Searched refs:usedCellHdrSize (Results 1 - 1 of 1) sorted by last modified time

/external/svox/pico/lib/
H A Dpicoos.c263 picoos_objsize_t usedCellHdrSize; /* aligned size of header part without free-links */ member in struct:memory_manager
265 must hold free-list info; = fullCellHdrSize-usedCellHdrSize */
395 this->usedCellHdrSize = (picoos_objsize_t) &test_cell.size
399 if (size2 > this->usedCellHdrSize) {
400 this->usedCellHdrSize = size2;
404 this->minContSize = this->fullCellHdrSize - this->usedCellHdrSize;
521 cellSize = byteSize + this->usedCellHdrSize;
556 adr = (void *)((picoos_objsize_t)c + this->usedCellHdrSize);
569 c = (MemCellHdr)((picoos_objsize_t)(*adr) - this->usedCellHdrSize);

Completed in 53 milliseconds