MCPcopy Create free account
hub / github.com/ezrosent/allocators-rs / commit

Method commit

mmap-alloc/src/lib.rs:241–244  ·  view source on GitHub ↗

Configures whether `alloc` returns committed memory. `commit` configures whether the memory returned by `alloc` is already in a committed state. The default is to have memory be returned by `alloc` uncommitted. See the "Committed and Uncommitted Memory" section of the `MapAllocBuilder` documentation for more details.

(mut self, commit: bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

commitFunction · 0.80
newMethod · 0.80
testFunction · 0.80
test_large_alignFunction · 0.80

Calls 3

debug_verify_ptrMethod · 0.80
sizeMethod · 0.80
commitFunction · 0.70

Tested by 2

testFunction · 0.64
test_large_alignFunction · 0.64