Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoos.c260 MemCellHdr freeCells, lastFree; /* free memory cells (first/last sentinel */ member
312 isFirstBlock = (this->freeCells == NULL); in os_init_mem_block()
333 this->freeCells = cbeg; in os_init_mem_block()
339 cmid->nextFree = this->freeCells->nextFree; in os_init_mem_block()
340 cmid->prevFree = this->freeCells; in os_init_mem_block()
380 this->freeCells = NULL; in picoos_newMemoryManager()
523 c = this->freeCells->nextFree; in picoos_allocate()
599 c->nextFree = this->freeCells->nextFree; in picoos_deallocate()
600 c->prevFree = this->freeCells; in picoos_deallocate()