Searched defs:AllocationSizeFast (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/dfsan/ | ||
H A D | dfsan_allocator.cpp | 208 static uptr AllocationSizeFast(const void *p) { AllocationSizeFast() function |
/llvm-project/compiler-rt/lib/hwasan/ | ||
H A D | hwasan_allocator.cpp | 441 static uptr AllocationSizeFast(const void *p) { AllocationSizeFast() function |
/llvm-project/compiler-rt/lib/msan/ | ||
H A D | msan_allocator.cpp | 326 return AllocationSizeFast(p); in AllocationSizeFast() function |
/llvm-project/compiler-rt/lib/memprof/ | ||
H A D | memprof_allocator.cpp | 621 uptr AllocationSizeFast(uptr p) { AllocationSizeFast() function |
/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_allocator.cpp | 844 uptr AllocationSizeFast(uptr p) { AllocationSizeFast() function |