vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
Arena.capacity
vox
utils
arena
Arena
How many items can be stored without commiting more memory (committed items)
struct
Arena
(T)
size_t
capacity
;
Meta
Source
See Implementation
vox
utils
arena
Arena
functions
back
byteLength
clear
committedBytes
contains
data
empty
free
makeSpace
nextPtr
opIndex
pad
padUntilAligned
put
setBuffer
stealthPut
uintLength
unput
voidPut
manifest constants
COMMIT_PAGE_SIZE
variables
bufPtr
capacity
length
reservedBytes
How many items can be stored without commiting more memory (committed items)