Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp63 return scudoPvalloc(size); in pvalloc()
H A Dscudo_allocator.h118 void *scudoPvalloc(uptr Size);
H A Dscudo_allocator.cpp735 void *scudoPvalloc(uptr Size) { in scudoPvalloc() function