Home
last modified time | relevance | path

Searched refs:memprof_malloc_usable_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h102 uptr memprof_malloc_usable_size(const void *ptr);
H A Dmemprof_malloc_linux.cpp107 return memprof_malloc_usable_size(ptr); in INTERCEPTOR()
H A Dmemprof_allocator.cpp762 uptr memprof_malloc_usable_size(const void *ptr) { in memprof_malloc_usable_size() function
777 return memprof_malloc_usable_size(p) != 0; in __sanitizer_get_ownership()
785 return memprof_malloc_usable_size(p); in __sanitizer_get_allocated_size()