DxCallocAligned

指定のサイズのメモリを確保して、0で埋める、初期化後に0で埋める以外は DxAllocAligned と動作は同じ

nothrow @nogc extern (C++, DxLib) extern
void*
DxCallocAligned
(
size_t AllocSize
,
size_t Alignment
,
const(char)* File = null
,
int Line = -1
)

Meta