Home | History | Annotate | Download | only in lib

Lines Matching full:usedbytes

479         picoos_int32 *usedBytes,
483 *usedBytes = (picoos_int32) this->usedSize;
495 picoos_int32 usedBytes, incrUsedBytes, maxUsedBytes;
497 picoos_getMemUsage(this, resetIncremental, &usedBytes, &incrUsedBytes,
502 PICODBG_DEBUG(("memory used: %d, maximally used: %d", usedBytes, maxUsedBytes));