mi_realloc_aligned_at

Re-allocate memory to newsize bytes aligned by alignment at a specified offset.

extern (C) @nogc pure @system nothrow
void*
mi_realloc_aligned_at
(
void* p
,
size_t newsize
,
size_t alignment
,
size_t offset
)

Meta