OSVR-Core
|
Implementation. More...
#include <osvr/Util/AlignedMemoryC.h>
#include <osvr/Util/StdAlignWrapper.h>
#include <stdlib.h>
#include <cassert>
Functions | |
void * | osvrAlignedAlloc (size_t bytes, size_t alignment) |
void | osvrAlignedFree (void *p) |
Aligned deallocation function, uses the pointer to the original memory block to deallocate it. | |
Implementation.