Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp28 return scudoAllocate(size, 0, FromMalloc); in malloc()
54 return scudoAllocate(size, alignment, FromMemalign); in memalign()
Dscudo_allocator.h113 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type);
Dscudo_new_delete.cpp32 void *Ptr = scudoAllocate(size, static_cast<uptr>(Align), Type); \
Dscudo_allocator.cpp697 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type) { in scudoAllocate() function