Home | History | Annotate | Download | only in lib

Lines Matching refs:test_cell

359     mem_cell_hdr_t test_cell;
395 this->usedCellHdrSize = (picoos_objsize_t) &test_cell.size
396 - (picoos_objsize_t) &test_cell + sizeof(picoos_objsize_t);
397 size2 = (picoos_objsize_t) &test_cell.leftCell - (picoos_objsize_t)
398 &test_cell + sizeof(MemCellHdr);