Searched refs:stackSize (Results 1 – 2 of 2) sorted by relevance
234 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument236 me->stackEnd = stack + stackSize; in _allocator_init()237 me->nSize = stackSize; in _allocator_init()