Home
last modified time | relevance | path

Searched refs:maxUsedSize (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicoos.c270 picoos_ptrdiff_t maxUsedSize; member
386 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()