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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h143 void *GetBlockBeginFastLocked(void *p) { function in class:CombinedAllocator
146 return secondary_.GetBlockBeginFastLocked(p);
H A Dsanitizer_allocator_secondary.h216 void *GetBlockBeginFastLocked(void *ptr) { function in class:LargeMmapAllocator
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h132 void *GetBlockBeginFastLocked(void *p) { function in class:CombinedAllocator
135 return secondary_.GetBlockBeginFastLocked(p);
H A Dsanitizer_allocator_secondary.h211 void *GetBlockBeginFastLocked(void *ptr) { function in class:LargeMmapAllocator
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h137 void *GetBlockBeginFastLocked(void *p) { function in class:CombinedAllocator
140 return secondary_.GetBlockBeginFastLocked(p);
H A Dsanitizer_allocator_secondary.h218 void *GetBlockBeginFastLocked(void *ptr) { function in class:LargeMmapAllocator
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1013 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1));
1014 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 + size / 2));
1015 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 + size - 1));
1016 EXPECT_EQ(p1, a.GetBlockBeginFastLocked(p1 - 100));
1021 EXPECT_EQ((void *)0, a.GetBlockBeginFastLocked(p));
1023 EXPECT_EQ((void *)0, a.GetBlockBeginFastLocked(p));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc232 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc235 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp253 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc125 return get_allocator().GetBlockBeginFastLocked(
727 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc123 return get_allocator().GetBlockBeginFastLocked(
725 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp799 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p));

Completed in 303 milliseconds