OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
AlignedMemoryC.cpp File Reference

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.
 

Detailed Description

Implementation.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file AlignedMemoryC.cpp.