OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryStats
(Results
1 - 8
of
8
) sorted by null
/external/lldb/tools/lldb-perf/lib/
MemoryGauge.h
20
class
MemoryStats
23
MemoryStats
(mach_vm_size_t virtual_size = 0,
26
MemoryStats
(const
MemoryStats
& rhs);
28
MemoryStats
&
29
operator = (const
MemoryStats
& rhs);
31
MemoryStats
&
32
operator += (const
MemoryStats
& rhs);
34
MemoryStats
35
operator - (const
MemoryStats
& rhs)
[
all
...]
MemoryGauge.cpp
20
MemoryStats
::
MemoryStats
(mach_vm_size_t virtual_size,
29
MemoryStats
::
MemoryStats
(const
MemoryStats
& rhs) :
37
MemoryStats
&
38
MemoryStats
::operator = (const
MemoryStats
& rhs)
49
MemoryStats
&
50
MemoryStats
::operator += (const MemoryStats& rhs
[
all
...]
Metric.h
19
class
MemoryStats
;
Metric.cpp
85
template class lldb_perf::Metric<
MemoryStats
>;
/external/stressapptest/src/
sat.h
277
void
MemoryStats
();
sat.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
765
static bool
MemoryStats
(int* blocks, size_t* total,
779
private: // helpers for CheckEverything and
MemoryStats
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
758
static bool
MemoryStats
(int* blocks, size_t* total,
772
private: // helpers for CheckEverything and
MemoryStats
[
all
...]
Completed in 114 milliseconds