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

Function record_buffer_deallocation

src/protocol/memory_monitor.rs:417–419  ·  view source on GitHub ↗

Record buffer deallocation in the global monitor

(bytes: u64)

Source from the content-addressed store, hash-verified

415
416/// Record buffer deallocation in the global monitor
417pub fn record_buffer_deallocation(bytes: u64) {
418 global_memory_monitor().record_buffer_deallocation(bytes);
419}
420
421/// Record message allocation in the global monitor
422pub fn record_message_allocation(bytes: u64) {

Callers

nothing calls this directly

Calls 2

global_memory_monitorFunction · 0.85

Tested by

no test coverage detected