Lines Matching refs:options
143 if (g_debug->config().options() & RECORD_ALLOCS) { in TimerCall()
176 const char* options);
193 int debug_malloc_info(int options, FILE* fp);
291 if (g_debug->config().options() & BACKTRACE_FULL) { in BacktraceAndLog()
316 if (g_debug->config().options() & FREE_TRACK) { in LogError()
323 if (g_debug->config().options() & ABORT_ON_ERROR) { in LogError()
374 if (g_debug->config().options() & FRONT_GUARD) { in InitHeader()
379 if (g_debug->config().options() & REAR_GUARD) { in InitHeader()
393 const char* options) { in debug_initialize() argument
394 if (zygote_child == nullptr || options == nullptr) { in debug_initialize()
414 if (!debug->Initialize(options) || !Unreachable::Initialize(debug->config())) { in debug_initialize()
425 if (g_debug->config().options() & VERBOSE) { in debug_initialize()
446 if (g_debug->config().options() & FREE_TRACK) { in debug_finalize()
450 if (g_debug->config().options() & LEAK_TRACK) { in debug_finalize()
454 if ((g_debug->config().options() & BACKTRACE) && g_debug->config().backtrace_dump_on_exit()) { in debug_finalize()
486 if (!(g_debug->config().options() & BACKTRACE)) { in debug_get_malloc_leak_info()
521 uint64_t options = g_debug->config().options(); in InternalMalloc() local
522 if ((options & BACKTRACE) && g_debug->pointer->ShouldDumpAndReset()) { in InternalMalloc()
527 if (options & LOG_ALLOCATOR_STATS_ON_SIGNAL) { in InternalMalloc()
569 if (g_debug->config().options() & FILL_ON_ALLOC) { in InternalMalloc()
592 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_malloc()
601 uint64_t options = g_debug->config().options(); in InternalFree() local
602 if ((options & BACKTRACE) && g_debug->pointer->ShouldDumpAndReset()) { in InternalFree()
607 if (options & LOG_ALLOCATOR_STATS_ON_SIGNAL) { in InternalFree()
618 if (g_debug->config().options() & FRONT_GUARD) { in InternalFree()
623 if (g_debug->config().options() & REAR_GUARD) { in InternalFree()
636 if (g_debug->config().options() & FILL_ON_FREE) { in InternalFree()
647 if (g_debug->config().options() & FREE_TRACK) { in InternalFree()
681 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_free()
758 if (g_debug->config().options() & FILL_ON_ALLOC) { in debug_memalign()
765 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_memalign()
786 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_realloc()
801 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_realloc()
810 if (g_debug->config().options() & EXPAND_ALLOC) { in debug_realloc()
842 if (g_debug->config().options() & REAR_GUARD) { in debug_realloc()
888 if (g_debug->config().options() & FILL_ON_ALLOC) { in debug_realloc()
899 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_realloc()
956 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_calloc()
975 int debug_malloc_info(int options, FILE* fp) { in debug_malloc_info() argument
977 return g_dispatch->malloc_info(options, fp); in debug_malloc_info()
1079 if (!(g_debug->config().options() & BACKTRACE)) { in debug_malloc_backtrace()
1148 if (!(g_debug->config().options() & BACKTRACE)) { in debug_write_malloc_leak_info()