btdu v0.3.1 (2022-01-27T20:33:29Z)
Dub
Repo
CheckedAllocator.expand
btdu
alloc
CheckedAllocator
Undocumented in source. Be warned that the author may not have intended to support it.
struct
CheckedAllocator
(ParentAllocator, alias onFail = onOutOfMemoryError)
static if
(
hasMember!(ParentAllocator, "expand")
)
bool
expand
(
ref
void
[]
b
,
size_t
delta
)
Meta
Source
See Implementation
btdu
alloc
CheckedAllocator
functions
allocate
deallocate
deallocateAll
empty
expand
goodAllocSize
owns
reallocate
manifest constants
alignment
static variables
instance
variables
parent