HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
align.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/arch/api.h"
#include "pxr/base/arch/defines.h"
#include <cstddef>
#include <cstdint>
+ Include dependency graph for align.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ARCH_MAX_ALIGNMENT_INCREASE
 
#define ARCH_CACHE_LINE_SIZE
 

Functions

size_t ArchAlignMemorySize (size_t nBytes)
 
voidArchAlignMemory (void *base)
 
ARCH_API voidArchAlignedAlloc (size_t alignment, size_t size)
 Aligned memory allocation. More...
 
ARCH_API void ArchAlignedFree (void *ptr)
 Free memory allocated by ArchAlignedAlloc. More...
 

Detailed Description

Provide architecture-specific memory-alignment information.

Definition in file align.h.