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
   29   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray);
   37   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray);
   44   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,
   54   return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,
   62   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray);
   69   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray);
   75   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, size);
   83   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, 0,
   93   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, 0,
  103   AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, size,