Searched refs:TrackPointers (Results 1 – 3 of 3) sorted by relevance
247 if (g_debug->TrackPointers()) { in VerifyPointer()454 if (g_debug->TrackPointers()) { in InternalMalloc()523 if (g_debug->TrackPointers()) { in InternalFree()625 if (g_debug->TrackPointers()) { in debug_memalign()694 if (g_debug->TrackPointers()) { in debug_realloc()712 if (g_debug->TrackPointers()) { in debug_realloc()731 if (g_debug->TrackPointers()) { in debug_realloc()741 if (g_debug->TrackPointers()) { in debug_realloc()813 if (pointer != nullptr && g_debug->TrackPointers()) { in debug_calloc()828 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