The Joe Engine
Joe's engine programming playground
MemAllocUtils.cpp File Reference
#include <stdlib.h>
#include "MemAllocUtils.h"

Namespaces

 JoeEngine
 
 JoeEngine::MemAllocUtils
 

Functions

void * JoeEngine::MemAllocUtils::alignedAlloc (size_t alignment, size_t size)
 Aligned allocation. More...