OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryAllocatorDumpGuid
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/trace_event/
memory_allocator_dump_guid.cc
23
MemoryAllocatorDumpGuid
::
MemoryAllocatorDumpGuid
(uint64_t guid) : guid_(guid) {}
25
MemoryAllocatorDumpGuid
::
MemoryAllocatorDumpGuid
()
26
:
MemoryAllocatorDumpGuid
(0u) {
29
MemoryAllocatorDumpGuid
::
MemoryAllocatorDumpGuid
(const std::string& guid_str)
30
:
MemoryAllocatorDumpGuid
(HashString(guid_str)) {
33
std::string
MemoryAllocatorDumpGuid
::ToString() const {
memory_allocator_dump_guid.h
17
class BASE_EXPORT
MemoryAllocatorDumpGuid
{
19
MemoryAllocatorDumpGuid
();
20
explicit
MemoryAllocatorDumpGuid
(uint64_t guid);
25
explicit
MemoryAllocatorDumpGuid
(const std::string& guid_str);
34
bool operator==(const
MemoryAllocatorDumpGuid
& other) const {
38
bool operator!=(const
MemoryAllocatorDumpGuid
& other) const {
process_memory_dump.h
46
MemoryAllocatorDumpGuid
source;
47
MemoryAllocatorDumpGuid
target;
85
const
MemoryAllocatorDumpGuid
& guid);
99
const
MemoryAllocatorDumpGuid
& guid);
103
const
MemoryAllocatorDumpGuid
& guid) const;
119
void AddOwnershipEdge(const
MemoryAllocatorDumpGuid
& source,
120
const
MemoryAllocatorDumpGuid
& target,
122
void AddOwnershipEdge(const
MemoryAllocatorDumpGuid
& source,
123
const
MemoryAllocatorDumpGuid
& target);
134
void AddSuballocation(const
MemoryAllocatorDumpGuid
& source
[
all
...]
memory_allocator_dump.h
32
const
MemoryAllocatorDumpGuid
& guid);
77
const
MemoryAllocatorDumpGuid
& guid() const { return guid_; }
85
MemoryAllocatorDumpGuid
guid_;
process_memory_dump.cc
27
const
MemoryAllocatorDumpGuid
& guid) {
110
const
MemoryAllocatorDumpGuid
& guid) {
135
const
MemoryAllocatorDumpGuid
& guid) {
145
const
MemoryAllocatorDumpGuid
& guid) const {
235
void ProcessMemoryDump::AddOwnershipEdge(const
MemoryAllocatorDumpGuid
& source,
236
const
MemoryAllocatorDumpGuid
& target,
243
const
MemoryAllocatorDumpGuid
& source,
244
const
MemoryAllocatorDumpGuid
& target) {
248
void ProcessMemoryDump::AddSuballocation(const
MemoryAllocatorDumpGuid
& source,
process_memory_dump_unittest.cc
30
pmd1->AddOwnershipEdge(
MemoryAllocatorDumpGuid
(42),
31
MemoryAllocatorDumpGuid
(4242));
33
MemoryAllocatorDumpGuid
shared_mad_guid(1);
79
MemoryAllocatorDumpGuid
shared_mad_guid(1);
90
pmd2->AddOwnershipEdge(
MemoryAllocatorDumpGuid
(42),
91
MemoryAllocatorDumpGuid
(4242));
128
MemoryAllocatorDumpGuid
(0x42));
memory_allocator_dump.cc
27
const
MemoryAllocatorDumpGuid
& guid)
48
MemoryAllocatorDumpGuid
(StringPrintf(
memory_allocator_dump_unittest.cc
108
new MemoryAllocatorDump("foo", nullptr,
MemoryAllocatorDumpGuid
(0x42u)));
115
const
MemoryAllocatorDumpGuid
guid_bar = mad->guid();
121
const
MemoryAllocatorDumpGuid
guid_bar_2 = mad->guid();
125
const
MemoryAllocatorDumpGuid
guid_baz = mad->guid();
Completed in 266 milliseconds