Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h53 void *scudoCalloc(uptr NMemB, uptr Size);
Dscudo_interceptors.cpp40 return scudoCalloc(nmemb, size); in INTERCEPTOR()
Dscudo_allocator.cpp560 void *scudoCalloc(uptr NMemB, uptr Size) { in scudoCalloc() function