Home
last modified time | relevance | path

Searched refs:scudoValloc (Results 1 – 3 of 3) 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