Searched refs:TrackPointers (Results 1 – 3 of 3) sorted by relevance
247 if (g_debug->TrackPointers()) { in VerifyPointer()455 if (g_debug->TrackPointers()) { in InternalMalloc()524 if (g_debug->TrackPointers()) { in InternalFree()626 if (g_debug->TrackPointers()) { in debug_memalign()695 if (g_debug->TrackPointers()) { in debug_realloc()713 if (g_debug->TrackPointers()) { in debug_realloc()732 if (g_debug->TrackPointers()) { in debug_realloc()742 if (g_debug->TrackPointers()) { in debug_realloc()814 if (pointer != nullptr && g_debug->TrackPointers()) { in debug_calloc()829 if (DebugCallsDisabled() || !g_debug->TrackPointers()) { in debug_malloc_info()[all …]
61 if (TrackPointers()) { in Initialize()
77 bool TrackPointers() { return config_.options() & TRACK_ALLOCS; } in TrackPointers() function