Record message allocation in the global monitor
(bytes: u64)
| 420 | |
| 421 | /// Record message allocation in the global monitor |
| 422 | pub fn record_message_allocation(bytes: u64) { |
| 423 | global_memory_monitor().record_message_allocation(bytes); |
| 424 | } |
| 425 | |
| 426 | /// Record message deallocation in the global monitor |
| 427 | pub fn record_message_deallocation(bytes: u64) { |