dplug v6.0.22
Dub
Repo
isPointerAligned
dplug
core
vec
pure nothrow @
nogc
bool
isPointerAligned
(
void
*
p
,
size_t
alignment
)
Return Value
Type:
bool
true
if the pointer is suitably aligned.
Meta
Source
See Implementation
dplug
core
vec
functions
alignedFree
alignedMalloc
alignedRealloc
isPointerAligned
makeVec
reallocBuffer
structs
Vec