Lines Matching defs:zone
5 #include "src/zone/zone.h"
13 #include "src/zone/type-stats.h"
102 // list from the zone in order to ensure that tracing accounting allocator
192 ZoneScope::ZoneScope(Zone* zone)
193 : zone_(zone),
195 allocation_size_for_tracing_(zone->allocation_size_for_tracing_),
196 freed_size_for_tracing_(zone->freed_size_for_tracing_),
198 allocation_size_(zone->allocation_size_),
199 segment_bytes_allocated_(zone->segment_bytes_allocated_),
200 position_(zone->position_),
201 limit_(zone->limit_),
202 segment_head_(zone->segment_head_) {