Header. More...
Go to the source code of this file.
Enumerations | |
enum | { OSVR_DEFAULT_ALIGN_SIZE = 16 } |
Functions | |
void * | osvrAlignedAlloc (size_t bytes, size_t alignment=OSVR_DEFAULT_ALIGN_SIZE) |
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. | |
anonymous enum |
Enumerator | |
---|---|
OSVR_DEFAULT_ALIGN_SIZE |
The default (and core-utilized) alignment of imaging buffers, etc. |
Definition at line 44 of file AlignedMemoryC.h.