HomeSort by: relevance | last modified time | path
    Searched refs:PointsIntoChunk (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 223 uptr PointsIntoChunk(void *p);
lsan_allocator.cc 230 uptr PointsIntoChunk(void* p) {
lsan_common.cc 169 uptr chunk = PointsIntoChunk(p);
806 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 998 uptr PointsIntoChunk(void* p) {

Completed in 13 milliseconds