Searched refs:scudoDeallocate (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_new_delete.cpp | 64 scudoDeallocate(ptr, 0, 0, Type); 66 scudoDeallocate(ptr, size, 0, Type); 68 scudoDeallocate(ptr, 0, static_cast<uptr>(align), Type); 70 scudoDeallocate(ptr, size, static_cast<uptr>(align), Type);
|
D | scudo_malloc.cpp | 24 scudoDeallocate(ptr, 0, 0, FromMalloc); in free()
|
D | scudo_allocator.h | 114 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type);
|
D | scudo_allocator.cpp | 707 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type) { in scudoDeallocate() function
|