| 194 | } |
| 195 | |
| 196 | bool TrackingAllocator::TracksAllocationSizes() const { |
| 197 | return track_sizes_locally_ || allocator_->TracksAllocationSizes(); |
| 198 | } |
| 199 | |
| 200 | size_t TrackingAllocator::RequestedSize(const void* ptr) const { |
| 201 | if (track_sizes_locally_) { |
no outgoing calls
no test coverage detected