Searched refs:STACK_ALLOC_MAX_SLABS (Results 1 – 1 of 1) sorted by relevance
45 #define STACK_ALLOC_MAX_SLABS \ macro67 static void *stack_slabs[STACK_ALLOC_MAX_SLABS];109 if (unlikely(depot_index + 1 >= STACK_ALLOC_MAX_SLABS)) { in depot_alloc_stack()120 if (depot_index + 1 < STACK_ALLOC_MAX_SLABS) in depot_alloc_stack()