HomeSort by relevance Sort by last modified time
    Searched refs:scudoMalloc (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_new_delete.cpp 31 return scudoMalloc(size, FromNew);
35 return scudoMalloc(size, FromNewArray);
39 return scudoMalloc(size, FromNew);
43 return scudoMalloc(size, FromNewArray);
scudo_allocator.h 49 void *scudoMalloc(uptr Size, AllocType Type);
scudo_interceptors.cpp 32 return scudoMalloc(size, FromMalloc);
scudo_allocator.cpp 538 void *scudoMalloc(uptr Size, AllocType Type) {

Completed in 51 milliseconds