Macros
NVBLAST_ALLOC: Alloc/Free macros that use global nvidia::NvAllocatorCallback.
NVBLAST_CHECK: Check macros that use global nvidia::NvAllocatorCallback.
NVBLAST_DELETE: Respective delete to NVBLAST_NEW The obj pointer may be NULL (to match the behavior of standard C++ delete) Example: NVBLAST_DELETE(foo, Foo) ;.
NVBLAST_LOG: Logging macros that use global nvidia::NvAllocatorCallback.
NVBLAST_NEW: Placement new.