Searched refs:ModifyAllocated (Results 1 – 2 of 2) sorted by relevance
114 metrics_.ModifyAllocated(allocator_.GetAllocated(), allocated); in DoAllocate()129 metrics_.ModifyAllocated(allocator_.GetAllocated(), allocated); in DoDeallocate()146 metrics_.ModifyAllocated(allocator_.GetAllocated(), allocated); in DoResize()164 metrics_.ModifyAllocated(allocator_.GetAllocated(), allocated); in DoReallocate()184 metrics_.ModifyAllocated(transient_allocated, allocated); in DoReallocate()191 metrics_.ModifyAllocated(allocator_.GetAllocated(), transient_allocated); in DoReallocate()
226 void ModifyAllocated(size_t increase, size_t decrease);330 void Metrics<MetricsType>::ModifyAllocated(size_t increase, size_t decrease) { in ModifyAllocated() function