reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
258 __scudo_deallocate_hook(Ptr); 260 if (UNLIKELY(!Ptr)) 262 if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(Ptr), MinAlignment))) 263 reportMisalignedPointer(AllocatorAction::Deallocating, Ptr); 266 Chunk::loadHeader(Cookie, Ptr, &Header); 269 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); 275 reportDeallocTypeMismatch(AllocatorAction::Deallocating, Ptr, 280 const uptr Size = getSize(Ptr, &Header); 283 reportDeleteSizeMismatch(Ptr, DeleteSize, Size); 286 quarantineOrDeallocateChunk(Ptr, &Header, Size);