Mount Fuji Engine  0.8b
MF_API int MFHeap_SetAllocAlignment ( int  bytes)

Sets the allocation alignment in bytes.

Parameters
bytesAllocation alignment in bytes.
Returns
Old allocation alignment in bytes.
Remarks
The allocation alignment is the minimum byte boundary where memory can be allocated. The default allocation alignment is 32 bytes.
See Also
MFHeap_AllocInternal()