Searched refs:track_sizes_locally_ (Results 1 – 2 of 2) sorted by relevance
29 track_sizes_locally_(track_sizes && !allocator_->TracksAllocationSizes()), in TrackingAllocator()51 } else if (track_sizes_locally_) { in AllocateRaw()87 } else if (track_sizes_locally_) { in DeallocateRaw()113 return track_sizes_locally_ || allocator_->TracksAllocationSizes(); in TracksAllocationSizes()117 if (track_sizes_locally_) { in RequestedSize()130 if (track_sizes_locally_) { in AllocatedSize()143 if (track_sizes_locally_) { in AllocationId()
120 const bool track_sizes_locally_; variable