Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
226 uint64 space_allocated = 0; in SpaceAllocated() local
229 space_allocated += (b->size); in SpaceAllocated()
232 return space_allocated; in SpaceAllocated()
259 uint64 space_allocated = 0; in FreeBlocks() local
263 space_allocated += (b->size); in FreeBlocks()
[all …]