Searched refs:maxUsedSize (Results 1 – 1 of 1) sorted by relevance
270 picoos_ptrdiff_t maxUsedSize; member386 this->maxUsedSize = 0; in picoos_newMemoryManager()485 *maxUsedBytes = (picoos_int32) this->maxUsedSize; in picoos_getMemUsage()551 if (this->usedSize > this->maxUsedSize) { in picoos_allocate()552 this->maxUsedSize = this->usedSize; in picoos_allocate()