OSVR-Core
|
Header. More...
Go to the source code of this file.
Enumerations | |
enum | { OSVR_DEFAULT_ALIGN_SIZE = 16 } |
Functions | |
OSVR_UTIL_EXPORT void * | osvrAlignedAlloc (size_t bytes, size_t alignment OSVR_CPP_ONLY(=OSVR_DEFAULT_ALIGN_SIZE)) |
Aligned allocation function, gives a pointer to a block of memory aligned to a memory boundary. | |
OSVR_UTIL_EXPORT void | osvrAlignedFree (void *p) |
Aligned deallocation function, uses the pointer to the original memory block to deallocate it. | |
Header.
Must be c-safe!