This function is similar to glib.global.alignedAlloc, but it will also clear the allocated memory before returning it.
the number of blocks to allocate
the size of each block in bytes
the alignment to be enforced, which must be a positive power of 2 and a multiple of sizeof(void*)
the allocated, cleared memory
This function is similar to glib.global.alignedAlloc, but it will also clear the allocated memory before returning it.