Searched refs:LOG_POINTERS (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc80 #define LOG_POINTERS(...) \ macro
165 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end);
183 LOG_POINTERS(
191 LOG_POINTERS("%p: found %p pointing into chunk %p-%p of size %zu.\n", pp, p,
281 LOG_POINTERS("Root region %p-%p intersects with mapped region %p-%p (%s)\n",
344 LOG_POINTERS("Processing platform-specific allocations.\n");
348 LOG_POINTERS("Scanning ignored chunks.\n");
355 LOG_POINTERS("Scanning leaked chunks.\n");

Completed in 70 milliseconds