reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
630 if (!AtomicallySetQuarantineFlagIfAllocated(m, ptr, stack)) return; 632 if (m->alloc_type != alloc_type) { 634 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, 640 ((delete_size && delete_size != m->UsedSize()) || 642 m->user_requested_alignment_log)) { 647 QuarantineChunk(m, ptr, stack);