OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxUsedBytes
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picoextapi.c
144
picoos_int32 *
maxUsedBytes
153
picoos_getMemUsage(common->mm, resetIncremental, usedBytes, incrUsedBytes,
maxUsedBytes
);
picoos.c
481
picoos_int32 *
maxUsedBytes
)
485
*
maxUsedBytes
= (picoos_int32) this->maxUsedSize;
495
picoos_int32 usedBytes, incrUsedBytes,
maxUsedBytes
;
498
&
maxUsedBytes
);
502
PICODBG_DEBUG(("memory used: %d, maximally used: %d", usedBytes,
maxUsedBytes
));
[
all
...]
picoos.h
197
picoos_int32 *
maxUsedBytes
);
Completed in 218 milliseconds