Home
last modified time | relevance | path

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

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