Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoos.c254 MemCellHdr prevFree, nextFree; member
327 cbeg->nextFree = cmid; in os_init_mem_block()
329 cmid->nextFree = cend; in os_init_mem_block()
331 cend->nextFree = NULL; in os_init_mem_block()
337 cbeg->nextFree = NULL; in os_init_mem_block()
339 cmid->nextFree = this->freeCells->nextFree; in os_init_mem_block()
341 cmid->nextFree->prevFree = cmid; in os_init_mem_block()
342 cmid->prevFree->nextFree = cmid; in os_init_mem_block()
343 cend->nextFree = NULL; in os_init_mem_block()
523 c = this->freeCells->nextFree; in picoos_allocate()
[all …]