Searched refs:BYTES_COUNT (Results 1 – 2 of 2) sorted by relevance
6 #define MT_ALLOCATE_ON_STACK(BYTES_COUNT) _alloca(BYTES_COUNT) argument
9 #define MT_ALLOCATE_ON_STACK(BYTES_COUNT) alloca(BYTES_COUNT) argument