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);
   29   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray);
   33   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New);
   37   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray);
   40   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New,
   44   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,
   49   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New,
   54   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,
   59   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New);
   62   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray);
   65   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New);
   69   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray);
   72   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, size);
   75   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, size);
   78   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, 0,
   83   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, 0,
   88   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, 0,
   93   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, 0,
   98   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, size,
  103   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, size,