reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 SCUDO_ALLOCATOR.deallocate(ptr, scudo::Chunk::Origin::Malloc); 125 SCUDO_ALLOCATOR.deallocate(ptr, scudo::Chunk::Origin::Malloc);projects/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
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,