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