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

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  325         UNLIKELY(AlignedSize >= MaxAllowedMallocSize)) {
  328       reportAllocationSizeTooBig(Size, AlignedSize, MaxAllowedMallocSize);
  343     if (PrimaryT::CanAllocate(AlignedSize, MinAlignment)) {
  344       BackendSize = AlignedSize;