Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_malloc.cpp40 return scudoValloc(size); in valloc()
HDscudo_allocator.h117 void *scudoValloc(uptr Size);
HDscudo_allocator.cpp719 void *scudoValloc(uptr Size) { in scudoValloc() function