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

/external/svox/pico/lib/
H A Dpicoextapi.c144 picoos_int32 *maxUsedBytes
153 picoos_getMemUsage(common->mm, resetIncremental, usedBytes, incrUsedBytes, maxUsedBytes);
H A Dpicoos.h197 picoos_int32 *maxUsedBytes);
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 61 milliseconds