Home | History | Annotate | Download | only in lib

Lines Matching refs:usedSize

268     picoos_ptrdiff_t usedSize;
384 this->usedSize = 0;
483 *usedBytes = (picoos_int32) this->usedSize;
484 *incrUsedBytes = (picoos_int32) (this->usedSize - this->prevUsedSize);
487 this->prevUsedSize = this->usedSize;
550 this->usedSize += cellSize;
551 if (this->usedSize > this->maxUsedSize) {
552 this->maxUsedSize = this->usedSize;
574 this->usedSize -= c->size;