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

/external/compiler-rt/lib/lsan/
H A Dlsan_common.h178 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cc137 uptr PointsIntoChunk(void* p) { function in namespace:__lsan
H A Dlsan_common.cc172 uptr chunk = PointsIntoChunk(p);
634 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc689 uptr PointsIntoChunk(void* p) { function in namespace:__lsan

Completed in 165 milliseconds