MCPcopy Create free account
hub / github.com/erans/pgsqlite / record_message_allocation

Function record_message_allocation

src/protocol/memory_monitor.rs:422–424  ·  view source on GitHub ↗

Record message allocation in the global monitor

(bytes: u64)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

global_memory_monitorFunction · 0.85

Tested by 1