reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
473 if (Header.AllocType != FromMemalign || Type != FromMalloc) 496 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc); 513 if (UNLIKELY(OldHeader.AllocType != FromMalloc)) 530 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc); 566 return allocate(NMemB * Size, MinAlignment, FromMalloc, true); 707 return SetErrnoOnNull(Instance.allocate(Size, MinAlignment, FromMalloc)); 709 Instance.deallocate(Ptr, 0, 0, FromMalloc); 757 return SetErrnoOnNull(Instance.allocate(Size, Alignment, FromMalloc));projects/compiler-rt/lib/scudo/scudo_malloc.cpp
24 scudoDeallocate(ptr, 0, 0, FromMalloc); 28 return scudoAllocate(size, 0, FromMalloc);