Record buffer allocation in the global monitor
(bytes: u64)
| 410 | |
| 411 | /// Record buffer allocation in the global monitor |
| 412 | pub fn record_buffer_allocation(bytes: u64) { |
| 413 | global_memory_monitor().record_buffer_allocation(bytes); |
| 414 | } |
| 415 | |
| 416 | /// Record buffer deallocation in the global monitor |
| 417 | pub fn record_buffer_deallocation(bytes: u64) { |