Searched refs:STACK_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
350 #define STACK_ARRAY_SIZE 8 macro359 type _stack_##name[STACK_ARRAY_SIZE]; \361 ((size) <= STACK_ARRAY_SIZE ? _stack_##name : (type *)malloc((size) * sizeof(type)))