HomeSort by relevance Sort by last modified time
    Searched refs:mem_usage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/
content_child_helpers.cc 21 uint64_t mem_usage = local
35 return mem_usage + (static_cast<uint64_t>(stat.total_heap_size()) >> 10);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-mem.c 23 static const char * const mem_usage[] = { variable
220 argc = parse_options(argc, argv, mem_options, mem_usage,
224 usage_with_options(mem_usage, mem_options);
238 usage_with_options(mem_usage, mem_options);
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 32 PREFIX##mem_usage_t mem_usage; \
35 ferr, berr, &mem_usage, stats, info); \
36 return mem_usage.for_lu; /* bytes used by the factor storage */ \
66 PREFIX##mem_usage_t mem_usage; \
69 &mem_usage, stats, info); \
70 return mem_usage.for_lu; /* bytes used by the factor storage */ \

Completed in 209 milliseconds