Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp75 return scudoMallocUsableSize(ptr); in malloc_usable_size()
H A Dscudo_allocator.h121 uptr scudoMallocUsableSize(void *Ptr);
H A Dscudo_allocator.cpp771 uptr scudoMallocUsableSize(void *Ptr) { in scudoMallocUsableSize() function