Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h55 void *scudoValloc(uptr Size);
Dscudo_interceptors.cpp44 return scudoValloc(size); in INTERCEPTOR()
Dscudo_allocator.cpp564 void *scudoValloc(uptr Size) { in scudoValloc() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp40 return scudoValloc(size); in valloc()
Dscudo_allocator.h117 void *scudoValloc(uptr Size);
Dscudo_allocator.cpp725 void *scudoValloc(uptr Size) { in scudoValloc() function