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

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  348       BackendPtr = Backend.allocatePrimary(&TSD->Cache, ClassId);
  354       BackendPtr = Backend.allocateSecondary(BackendSize, Alignment);
  356     if (UNLIKELY(!BackendPtr)) {
  365       memset(BackendPtr, 0, PrimaryT::ClassIdToSize(ClassId));
  368     uptr UserPtr = reinterpret_cast<uptr>(BackendPtr) + Chunk::getHeaderSize();