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

Function record_buffer_allocation

src/protocol/memory_monitor.rs:412–414  ·  view source on GitHub ↗

Record buffer allocation in the global monitor

(bytes: u64)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

global_memory_monitorFunction · 0.85

Tested by 1