Home | History | Annotate | Download | only in lib

Lines Matching refs:minCellSize

266     picoos_objsize_t minCellSize; /* minimum remaining cell size when a free cell is split */
406 this->minCellSize = this->fullCellHdrSize + PICOOS_ALIGN_SIZE;
527 (c->size < (picoos_ptrdiff_t)(cellSize+ this->minCellSize))) {