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 147 uptr PointsIntoChunk(void *p);
lsan_allocator.cc 132 uptr PointsIntoChunk(void* p) {
lsan_common.cc 130 uptr chunk = PointsIntoChunk(p);
518 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 721 uptr PointsIntoChunk(void* p) {

Completed in 86 milliseconds