Searched refs:memprof_malloc_usable_size (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.h | 102 uptr memprof_malloc_usable_size(const void *ptr, uptr pc, uptr bp);
|
| H A D | memprof_malloc_linux.cpp | 109 return memprof_malloc_usable_size(ptr, pc, bp); in INTERCEPTOR()
|
| H A D | memprof_allocator.cpp | 702 uptr memprof_malloc_usable_size(const void *ptr, uptr pc, uptr bp) { in memprof_malloc_usable_size() function 717 return memprof_malloc_usable_size(p, 0, 0) != 0; in __sanitizer_get_ownership() 725 return memprof_malloc_usable_size(p, 0, 0); in __sanitizer_get_allocated_size()
|