Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c234 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument
236 me->stackEnd = stack + stackSize; in _allocator_init()
237 me->nSize = stackSize; in _allocator_init()
Dchre_slpi_stub.c234 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument
236 me->stackEnd = stack + stackSize; in _allocator_init()
237 me->nSize = stackSize; in _allocator_init()