Searched refs:total_size_alloc_ (Results 1 – 1 of 1) sorted by relevance
52 size_t total_size_alloc_ = 0; in SizeOf() local55 total_size_alloc_ += SimpleSerializer<bool>::SizeOf(module.is_corrupt_); in SizeOf()71 total_size_alloc_ += kNumberMaps_ * sizeof(uint32_t); in SizeOf()74 total_size_alloc_ += map_sizes_[i]; in SizeOf()78 total_size_alloc_ += SimpleSerializer<char>::SizeOf(0); in SizeOf()80 return total_size_alloc_; in SizeOf()