Record buffer deallocation in the global monitor
(bytes: u64)
| 415 | |
| 416 | /// Record buffer deallocation in the global monitor |
| 417 | pub fn record_buffer_deallocation(bytes: u64) { |
| 418 | global_memory_monitor().record_buffer_deallocation(bytes); |
| 419 | } |
| 420 | |
| 421 | /// Record message allocation in the global monitor |
| 422 | pub fn record_message_allocation(bytes: u64) { |
nothing calls this directly
no test coverage detected