Home
last modified time | relevance | path

Searched refs:scudoPvalloc (Results 1 – 6 of 6) 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
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp63 return scudoPvalloc(size); in pvalloc()
Dscudo_allocator.h118 void *scudoPvalloc(uptr Size);
Dscudo_allocator.cpp730 void *scudoPvalloc(uptr Size) { in scudoPvalloc() function