Searched refs:STACK_ALLOC_SLABS_CAP (Results 1 – 1 of 1) sorted by relevance
48 #define STACK_ALLOC_SLABS_CAP 8192 macro50 (((1LL << (STACK_ALLOC_INDEX_BITS)) < STACK_ALLOC_SLABS_CAP) ? \51 (1LL << (STACK_ALLOC_INDEX_BITS)) : STACK_ALLOC_SLABS_CAP)