CARB_ALLOCA#

Defined in carb/StackAlloc.h

CARB_ALLOCA(size)#

This is a wrapper for the platform-specific call to the non-standard but almost universal alloca() function.

Note

This is a low-level utility function. It is recommended to use CARB_STACK_ALLOC instead.