bdwgc-d ~master (2025-05-19T15:18:34.9479348)
Dub
Repo
BoehmAllocator.alignedAllocate
bdwgc
BoehmAllocator
Allocates aligned memory using GC_memalign, returns null if allocation fails
struct
BoehmAllocator
@
trusted
@
nogc
nothrow shared
void
[]
alignedAllocate
(
size_t
bytes
,
uint
a
)
Meta
Source
See Implementation
bdwgc
BoehmAllocator
functions
alignedAllocate
allocate
allocateZeroed
collect
deallocate
disable
enableIncremental
goodAllocSize
isHeapPtr
owns
reallocate
static variables
instance
variables
alignment
Allocates aligned memory using GC_memalign, returns null if allocation fails