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

References

projects/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
   26   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New);
   33   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New);
   40   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New,
   49   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New,
   59   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New);
   65   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New);
   72   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, size);
   78   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, 0,
   88   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, 0,
   98   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, size,