Searched refs:scudoAllocate (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_malloc.cpp | 28 return scudoAllocate(size, 0, FromMalloc); in malloc() 54 return scudoAllocate(size, alignment, FromMemalign); in memalign()
|
D | scudo_allocator.h | 113 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type);
|
D | scudo_new_delete.cpp | 32 void *Ptr = scudoAllocate(size, static_cast<uptr>(Align), Type); \
|
D | scudo_allocator.cpp | 697 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type) { in scudoAllocate() function
|