Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp41 return scudoValloc(size); in valloc()
H A Dscudo_allocator.h123 void *scudoValloc(uptr Size);
H A Dscudo_allocator.cpp669 void *scudoValloc(uptr Size) { in scudoValloc() function