Lines Matching defs:const
40 Zone(AccountingAllocator* allocator, const char* name,
45 bool supports_compression() const {
95 static const unsigned char kZapDeadByte = 0xcd;
142 size_t segment_bytes_allocated() const { return segment_bytes_allocated_; }
144 const char* name() const { return name_; }
148 size_t allocation_size() const {
156 size_t allocation_size_for_tracing() const {
167 size_t freed_size_for_tracing() const {
175 AccountingAllocator* allocator() const { return allocator_; }
178 const TypeStats& type_stats() const { return type_stats_; }
192 static const size_t kAlignmentInBytes = 8;
195 static const size_t kMinimumSegmentSize = 8 * KB;
198 static const size_t kMaximumSegmentSize = 32 * KB;
223 const char* name_;
224 const bool supports_compression_;
248 Zone* const zone_;
250 const size_t allocation_size_for_tracing_;
251 const size_t freed_size_for_tracing_;
253 const size_t allocation_size_;
254 const size_t segment_bytes_allocated_;
255 const Address position_;
256 const Address limit_;
257 Segment* const segment_head_;
305 Zone* zone() const { return zone_; }