Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.cc92 uint64 space_allocated = ResetInternal(); in ~Arena() local
96 options_.on_arena_destruction(this, hooks_cookie_, space_allocated); in ~Arena()
108 uint64 space_allocated = FreeBlocks(); in ResetInternal() local
112 options_.on_arena_reset(this, hooks_cookie_, space_allocated); in ResetInternal()
115 return space_allocated; in ResetInternal()
233 uint64 space_allocated = 0; in SpaceAllocated() local
236 space_allocated += (b->size); in SpaceAllocated()
239 return space_allocated; in SpaceAllocated()
266 uint64 space_allocated = 0; in FreeBlocks() local
270 space_allocated += (b->size); in FreeBlocks()
[all …]