phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
AlignedMallocator.deallocate
nxt
my_mallocator
AlignedMallocator
Calls
free(b.ptr)
on Posix and
__aligned_free(b.ptr)
on Windows.
bool
deallocate
(void[] b)
struct
AlignedMallocator
version(Posix)
@
system
@
nogc
nothrow shared
bool
deallocate
(
void
[]
b
)
bool
deallocate
(void[] b)
Meta
Source
See Implementation
nxt
my_mallocator
AlignedMallocator
functions
alignedAllocate
alignedReallocate
allocate
deallocate
reallocate
static variables
instance
variables
alignment
Calls free(b.ptr) on Posix and __aligned_free(b.ptr) on Windows.