HomeSort by relevance Sort by last modified time
    Searched refs:PointsIntoChunk (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 178 uptr PointsIntoChunk(void *p);
lsan_allocator.cc 137 uptr PointsIntoChunk(void* p) {
lsan_common.cc 172 uptr chunk = PointsIntoChunk(p);
634 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 689 uptr PointsIntoChunk(void* p) {

Completed in 499 milliseconds