Home
last modified time | relevance | path

Searched refs:scudoMalloc (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_new_delete.cpp31 return scudoMalloc(size, FromNew); in operator new()
35 return scudoMalloc(size, FromNewArray); in operator new[]()
39 return scudoMalloc(size, FromNew); in operator new()
43 return scudoMalloc(size, FromNewArray); in operator new[]()
Dscudo_allocator.h49 void *scudoMalloc(uptr Size, AllocType Type);
Dscudo_interceptors.cpp32 return scudoMalloc(size, FromMalloc); in INTERCEPTOR()
Dscudo_allocator.cpp538 void *scudoMalloc(uptr Size, AllocType Type) { in scudoMalloc() function