Searched defs:maxUsedBytes (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicoos.c481 picoos_int32 *maxUsedBytes)
485 *maxUsedBytes = (picoos_int32) this->maxUsedSize;
495 picoos_int32 usedBytes, incrUsedBytes, maxUsedBytes; local
498 &maxUsedBytes);
502 PICODBG_DEBUG(("memory used: %d, maximally used: %d", usedBytes, maxUsedBytes));
476 picoos_getMemUsage( picoos_MemoryManager this, picoos_bool resetIncremental, picoos_int32 *usedBytes, picoos_int32 *incrUsedBytes, picoos_int32 *maxUsedBytes) argument

Completed in 70 milliseconds