dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
isMemoryOverlapping
dplug
core
vec
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isMemoryOverlapping
(const(void)* a, ptrdiff_t a_size, const(void)* b, ptrdiff_t b_size)
bool
isMemoryOverlapping
(const(void)[] a, const(void)[] b)
pure @
trusted
bool
isMemoryOverlapping
(
const
(
void
)[]
a
,
const
(
void
)[]
b
)
Meta
Source
See Implementation
dplug
core
vec
functions
alignedFree
alignedMalloc
alignedRealloc
alignedReallocDiscard
isMemoryOverlapping
isPointerAligned
makeVec
reallocBuffer
structs
MergedAllocation
Vec