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 not stored for this graph (policy: none)