Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp204 static uptr AllocationSizeFast(const void *p) { in AllocationSizeFast() function
213 return AllocationSizeFast(p); in AllocationSize()
334 uptr ret = AllocationSizeFast(p); in __sanitizer_get_allocated_size_fast()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp317 static uptr AllocationSizeFast(const void *p) { in AllocationSizeFast() function
326 return AllocationSizeFast(p); in AllocationSize()
447 uptr ret = AllocationSizeFast(p); in __sanitizer_get_allocated_size_fast()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp211 static uptr AllocationSizeFast(const void *p) { in AllocationSizeFast() function
330 uptr ret = AllocationSizeFast(p); in __sanitizer_get_allocated_size_fast()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp442 static uptr AllocationSizeFast(const void *p) { in AllocationSizeFast() function
691 uptr ret = AllocationSizeFast(p); in __sanitizer_get_allocated_size_fast()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp621 uptr AllocationSizeFast(uptr p) { in AllocationSizeFast() function
790 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.cpp859 uptr AllocationSizeFast(uptr p) { in AllocationSizeFast() function
1270 uptr ret = instance.AllocationSizeFast(reinterpret_cast<uptr>(p)); in __sanitizer_get_allocated_size_fast()