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

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  344       BackendSize = AlignedSize;
  345       ClassId = SizeClassMap::ClassID(BackendSize);
  352       BackendSize = NeededSize;
  354       BackendPtr = Backend.allocateSecondary(BackendSize, Alignment);