Searched refs:alloc_byte_count (Results 1 – 1 of 1) sorted by relevance
5072 size_t alloc_byte_count = 0; in GetRecentAllocations() local5081 alloc_byte_count += 4u + 2u + 2u + 1u; in GetRecentAllocations()5091 alloc_byte_count += record->GetDepth() * (2u + 2u + 2u + 2u); in GetRecentAllocations()5134 size_t reserve_size = bytes.size() + alloc_byte_count; in GetRecentAllocations()