24 #ifndef PXR_BASE_ARCH_VIRTUAL_MEMORY_H
25 #define PXR_BASE_ARCH_VIRTUAL_MEMORY_H
81 #endif // PXR_BASE_ARCH_VIRTUAL_MEMORY_H
ARCH_API bool ArchCommitVirtualMemoryRange(void *start, size_t numBytes)
ARCH_API bool ArchSetMemoryProtection(void const *start, size_t numBytes, ArchMemoryProtection protection)
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
PXR_NAMESPACE_OPEN_SCOPE ARCH_API void * ArchReserveVirtualMemory(size_t numBytes)
#define PXR_NAMESPACE_CLOSE_SCOPE
ARCH_API bool ArchFreeVirtualMemory(void *start, size_t numBytes)
ArchMemoryProtection
Memory protection options, see ArchSetMemoryProtection().