Searched refs:fullCellHdrSize (Results 1 - 1 of 1) sorted by path

/external/svox/pico/lib/
H A Dpicoos.c262 picoos_objsize_t fullCellHdrSize; /* aligned size of full cell header, including free-links */ member in struct:memory_manager
265 must hold free-list info; = fullCellHdrSize-usedCellHdrSize */
316 cmid = (MemCellHdr)((picoos_objsize_t)newBlockAddr + this->fullCellHdrSize);
318 - this->fullCellHdrSize);
322 cmid->size = size - 2 * this->fullCellHdrSize;
389 this->fullCellHdrSize = ((sizeof(mem_cell_hdr_t) + PICOOS_ALIGN_SIZE - 1)
404 this->minContSize = this->fullCellHdrSize - this->usedCellHdrSize;
406 this->minCellSize = this->fullCellHdrSize + PICOOS_ALIGN_SIZE;

Completed in 182 milliseconds