Implementation. More...
#include <osvr/Util/AlignedMemoryC.h>#include <osvr/Util/StdAlignWrapper.h>#include <stdlib.h>#include <cassert>Go to the source code of this file.
Functions | |
| void * | osvrAlignedAlloc (size_t bytes, size_t alignment) |
| Aligned allocation function, gives a pointer to a block of memory aligned to a memory boundary. | |
| void | osvrAlignedFree (void *p) |
| Aligned deallocation function, uses the pointer to the original memory block to deallocate it. | |