Home
last modified time | relevance | path

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