libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
BlockAllocator.free
libd
memory
allocator
blockallocator
BlockAllocator
Undocumented in source. Be warned that the author may not have intended to support it.
void
free
(NotNullSlice!(T, Tag) slice)
struct
BlockAllocator
(size_t size)
@
nogc
nothrow
void
free
(
T
)
(
ref
NotNullSlice
!(
T
,
Tag
)
slice
)
void
free
(NotNullPtr!(T, Tag) ptr)
void
free
(T* ptr)
Meta
Source
See Implementation
libd
memory
allocator
blockallocator
BlockAllocator
constructors
this
destructors
~this
functions
alloc
free
owns
realloc
postblits
this(this)
static variables
Tag