OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mem_stats
(Results
1 - 7
of
7
) sorted by null
/art/compiler/dex/
frontend.cc
258
MemStats
mem_stats
(cu.arena);
259
LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(
mem_stats
);
/external/chromium/base/
process_util_linux.cc
43
std::string
mem_stats
;
local
44
if (!file_util::ReadFileToString(stat_file, &
mem_stats
))
46
base::SplitString(
mem_stats
, ' ', proc_stats);
/external/jpeg/
jmemmgr.c
183
#ifdef
MEM_STATS
/* optional extra stuff for statistics */
213
#endif /*
MEM_STATS
*/
219
/* If we compiled
MEM_STATS
support, report alloc requests before dying */
221
#ifdef
MEM_STATS
[
all
...]
libjpeg.doc
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
183
#ifdef
MEM_STATS
/* optional extra stuff for statistics */
213
#endif /*
MEM_STATS
*/
219
/* If we compiled
MEM_STATS
support, report alloc requests before dying */
221
#ifdef
MEM_STATS
[
all
...]
libjpeg.doc
[
all
...]
/external/srec/portable/src/
pmemfixed.c
145
MEM_STATS
;
176
static
MEM_STATS
memStats[NUM_OF_POOLS];
Completed in 355 milliseconds