Searched refs:TrackPointers (Results 1 – 3 of 3) sorted by relevance
344 if (g_debug->TrackPointers()) { in VerifyPointer()565 if (g_debug->TrackPointers()) { in InternalMalloc()642 if (g_debug->TrackPointers()) { in InternalFree()754 if (g_debug->TrackPointers()) { in debug_memalign()831 if (g_debug->TrackPointers()) { in debug_realloc()849 if (g_debug->TrackPointers()) { in debug_realloc()872 if (g_debug->TrackPointers()) { in debug_realloc()883 if (g_debug->TrackPointers()) { in debug_realloc()961 if (pointer != nullptr && g_debug->TrackPointers()) { in debug_calloc()976 if (DebugCallsDisabled() || !g_debug->TrackPointers()) { in debug_malloc_info()[all …]
62 if (TrackPointers()) { in Initialize()
77 bool TrackPointers() { return config_.options() & TRACK_ALLOCS; } in TrackPointers() function