Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp64 return scudoPvalloc(size); in pvalloc()
H A Dscudo_allocator.h124 void *scudoPvalloc(uptr Size);
H A Dscudo_allocator.cpp674 void *scudoPvalloc(uptr Size) { in scudoPvalloc() function