Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp76 return scudoMallocUsableSize(ptr); in malloc_usable_size()
H A Dscudo_allocator.h127 uptr scudoMallocUsableSize(void *Ptr);
H A Dscudo_allocator.cpp710 uptr scudoMallocUsableSize(void *Ptr) { in scudoMallocUsableSize() function