Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_new_delete.cpp64 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);
Dscudo_malloc.cpp24 scudoDeallocate(ptr, 0, 0, FromMalloc); in free()
Dscudo_allocator.h114 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type);
Dscudo_allocator.cpp707 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type) { in scudoDeallocate() function