The Joe Engine
Joe's engine programming playground
|
Functions | |
void * | alignedAlloc (size_t alignment, size_t size) |
Aligned allocation. More... | |
void * JoeEngine::MemAllocUtils::alignedAlloc | ( | size_t | alignment, |
size_t | size | ||
) |
Aligned allocation.
Cross-platform function for making aligned memory allocations.
alignment | the specified alignment for the allocation. |
size | how large a buffer to allocate. |