Home
last modified time | relevance | path

Searched refs:space_allocated (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena.cc103 uint64 space_allocated = FreeBlocks(); in Reset() local
106 return space_allocated; in Reset()
265 uint64 space_allocated = 0; in FreeBlocks() local
273 space_allocated += ArenaImpl::SerialArena::Free(serial, initial_block_, in FreeBlocks()
279 return space_allocated; in FreeBlocks()
285 uint64 space_allocated = 0; in Free() local
293 space_allocated += (b->size()); in Free()
308 return space_allocated; in Free()
395 uint64 space_allocated = impl_.SpaceAllocated(); in CallDestructorHooks() local
398 on_arena_reset_(this, hooks_cookie_, space_allocated); in CallDestructorHooks()
[all …]