Home
last modified time | relevance | path

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 Dmemprof_allocator.h98 uptr memprof_malloc_usable_size(const void *ptr, uptr pc, uptr bp);
H A Dmemprof_malloc_linux.cpp182 return memprof_malloc_usable_size(ptr, pc, bp); in INTERCEPTOR()
H A Dmemprof_allocator.cpp861 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()