Home
last modified time | relevance | path

Searched refs:STACK_ALLOC_MAX_SLABS (Results 1 – 1 of 1) sorted by relevance

/lib/
Dstackdepot.c45 #define STACK_ALLOC_MAX_SLABS \ macro
67 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()