Home
last modified time | relevance | path

Searched refs:RECORD_ALLOCS (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp478 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_malloc()
553 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_free()
636 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_memalign()
654 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_realloc()
665 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_realloc()
757 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_realloc()
809 if (g_debug->config().options() & RECORD_ALLOCS) { in debug_calloc()
H A DDebugData.cpp68 if (config_.options() & RECORD_ALLOCS) { in Initialize()
H A DConfig.h45 constexpr uint64_t RECORD_ALLOCS = 0x200; variable
H A DConfig.cpp126 "record_allocs", {RECORD_ALLOCS, &Config::SetRecordAllocs},
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp506 ASSERT_EQ(RECORD_ALLOCS, config->options()); in TEST_F()
511 ASSERT_EQ(RECORD_ALLOCS, config->options()); in TEST_F()