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

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  301   void *allocate(uptr Size, uptr Alignment, AllocType Type,
  443                   AllocType Type) {
  691 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type) {
  701 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type) {
projects/compiler-rt/lib/scudo/scudo_allocator.h
  113 void *scudoAllocate(uptr Size, uptr Alignment, AllocType Type);
  114 void scudoDeallocate(void *Ptr, uptr Size, uptr Alignment, AllocType Type);