Searched refs:AllocationSizeFast (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp205 static uptr AllocationSizeFast(const void *p) { function in namespace:__dfsan
327 uptr ret = AllocationSizeFast(p);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp326 static uptr AllocationSizeFast(const void *p) { function in namespace:__msan
449 uptr ret = AllocationSizeFast(p);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp441 static uptr AllocationSizeFast(const void *p) { function in namespace:__hwasan
690 uptr ret = AllocationSizeFast(p);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp560 uptr AllocationSizeFast(uptr p) { function in struct:__memprof::Allocator
730 uptr ret = instance.AllocationSizeFast(reinterpret_cast<uptr>(p));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp844 uptr AllocationSizeFast(uptr p) { function in struct:__asan::Allocator
1250 uptr ret = instance.AllocationSizeFast(reinterpret_cast<uptr>(p));

Completed in 78 milliseconds