reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  496       void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc);
  530     void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc);
  566     return allocate(NMemB * Size, MinAlignment, FromMalloc, true);
  698   return SetErrnoOnNull(Instance.allocate(Size, Alignment, Type));
  707     return SetErrnoOnNull(Instance.allocate(Size, MinAlignment, FromMalloc));
  721       Instance.allocate(Size, GetPageSizeCached(), FromMemalign));
  734   return SetErrnoOnNull(Instance.allocate(Size, PageSize, FromMemalign));
  743   void *Ptr = Instance.allocate(Size, Alignment, FromMemalign);
  757   return SetErrnoOnNull(Instance.allocate(Size, Alignment, FromMalloc));