NVBLAST_NEW

Defined in globals/NvBlastGlobals.h

NVBLAST_NEW(T)

Placement new.

Example: Foo* foo = NVBLAST_NEW(Foo) (params);