Searched refs:stackEnd (Results 1 – 2 of 2) sorted by relevance
182 uint8_t* stackEnd; member214 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc()215 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc()216 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc()238 me->stackEnd = stack + stackSize; in _allocator_init()