reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
484 m->alloc_type = alloc_type; 485 m->rz_log = rz_log; 487 m->alloc_tid = alloc_tid; 488 CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield? 489 m->free_tid = kInvalidTid; 490 m->from_memalign = user_beg != beg_plus_redzone; 498 m->user_requested_size = size; 502 m->user_requested_size = SizeClassMap::kMaxSize; 507 m->user_requested_alignment_log = user_requested_alignment_log; 509 m->alloc_context_id = StackDepotPut(*stack); 538 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored 542 atomic_store((atomic_uint8_t *)m, CHUNK_ALLOCATED, memory_order_release);