OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_usage
(Results
1 - 4
of
4
) 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);
/frameworks/webview/chromium/tools/
memreport.py
88
mem_usage
= mem_usage_for_regions[matched_region]
89
for key in
mem_usage
:
94
mem_usage
[key] += int(field)
98
mem_usage
[key] += float(array[i]) / (i + 2)
/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 100 milliseconds