Searched refs:TrackPointers (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/malloc_debug/ | ||
D | DebugData.cpp | 61 if (TrackPointers()) { in Initialize() |
D | DebugData.h | 77 bool TrackPointers() { return config_.options() & TRACK_ALLOCS; } in TrackPointers() function |