Searched refs:space_allocated (Results 1 – 1 of 1) sorted by relevance
103 uint64 space_allocated = FreeBlocks(); in Reset() local106 return space_allocated; in Reset()265 uint64 space_allocated = 0; in FreeBlocks() local273 space_allocated += ArenaImpl::SerialArena::Free(serial, initial_block_, in FreeBlocks()279 return space_allocated; in FreeBlocks()285 uint64 space_allocated = 0; in Free() local293 space_allocated += (b->size()); in Free()308 return space_allocated; in Free()395 uint64 space_allocated = impl_.SpaceAllocated(); in CallDestructorHooks() local398 on_arena_reset_(this, hooks_cookie_, space_allocated); in CallDestructorHooks()[all …]