Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h56 void *scudoPvalloc(uptr Size);
Dscudo_interceptors.cpp56 return scudoPvalloc(size); in INTERCEPTOR()
Dscudo_allocator.cpp572 void *scudoPvalloc(uptr Size) { in scudoPvalloc() function