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

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  100       return PrimaryT::ClassIdToSize(ClassId) - getHeaderSize() -
  343     if (PrimaryT::CanAllocate(AlignedSize, MinAlignment)) {
  365       memset(BackendPtr, 0, PrimaryT::ClassIdToSize(ClassId));
projects/compiler-rt/lib/scudo/scudo_allocator_combined.h
   23   using PrimaryAllocator = PrimaryT;