OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:memstats
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/src/
pmemfixed.c
176
static MEM_STATS
memStats
[NUM_OF_POOLS];
484
memStats
[ii].accReqSize += size;
485
memStats
[ii].accAllocated++;
486
memStats
[ii].allocated++;
488
if (
memStats
[ii].maxReqSize < size)
490
memStats
[ii].maxReqSize = size;
493
if (
memStats
[ii].allocated >
memStats
[ii].max_alloc)
495
memStats
[ii].max_alloc =
memStats
[ii].allocated
[
all
...]
/bionic/libc/upstream-netbsd/libc/include/isc/
memcluster.h
38
#define
memstats
__memstats
macro
48
void
memstats
(FILE *);
Completed in 246 milliseconds