Searched refs:scudoMalloc (Results 1 – 4 of 4) sorted by relevance
31 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[]()
49 void *scudoMalloc(uptr Size, AllocType Type);
32 return scudoMalloc(size, FromMalloc); in INTERCEPTOR()
538 void *scudoMalloc(uptr Size, AllocType Type) { in scudoMalloc() function