Home
last modified time | relevance | path

Searched refs:ModifyAllocated (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dtracking_allocator.h114 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()
Dmetrics.h226 void ModifyAllocated(size_t increase, size_t decrease);
330 void Metrics<MetricsType>::ModifyAllocated(size_t increase, size_t decrease) { in ModifyAllocated() function