MCPcopy Create free account
hub / github.com/abgros/stalloc / deallocate_blocks

Method deallocate_blocks

src/syncstalloc.rs:114–117  ·  view source on GitHub ↗

Deallocates a pointer. # Safety `ptr` must point to an allocation, and `size` must be the number of blocks in the allocation. That is, `size` is always in `1..=L`.

(&self, ptr: NonNull<u8>, size: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

acquire_lockedMethod · 0.80

Tested by

no test coverage detected