Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c180 uint8_t* stackEnd; member
212 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()
Dchre_slpi_stub.c180 uint8_t* stackEnd; member
212 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()