vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
FreeList
vox
utils
arrayarena
Undocumented in source.
struct
FreeList {
import
vox
.
utils
:
writef
,
writefln
;
;
import
vox
.
utils
:
writef
,
writefln
;
;
void
*
head
;
ubyte
[]
get
(size_t size);
void
put
(ubyte[] block);
}
Members
Functions
get
ubyte
[]
get
(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(ubyte[] block)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
head
void
*
head
;
Undocumented in source.
Meta
Source
See Implementation
vox
utils
arrayarena
functions
mi_free
mi_malloc
structs
ArrayArena
FreeList