Searched refs:stackEnd (Results 1 – 2 of 2) sorted by relevance
180 uint8_t* stackEnd; member212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc()213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc()214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc()236 me->stackEnd = stack + stackSize; in _allocator_init()