PX_ALLOCA
Defined in include/foundation/PxAlloca.h
-
PX_ALLOCA(var, type, count)
Stack allocation for
count
instances oftype
. Falling back to temp allocator if using more than 1kB.
Defined in include/foundation/PxAlloca.h
Stack allocation for count
instances of type
. Falling back to temp allocator if using more than 1kB.