OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_map
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/android/memdump/
memdump.cc
116
MemoryMap*
memory_map
) {
132
memory_map
->start_address = static_cast<uint>(tmp);
141
memory_map
->end_address = static_cast<uint>(tmp);
144
memory_map
->flags.swap(tokens->at(1));
147
memory_map
->offset = static_cast<uint>(tmp);
148
memory_map
->committed_pages_bits.resize(
149
(
memory_map
->end_address -
memory_map
->start_address) / PAGE_SIZE);
155
if (!
memory_map
->name.empty())
156
memory_map
->name.append(" ")
189
MemoryMap
memory_map
= {};
local
291
MemoryMap* const
memory_map
= &*it;
local
373
const MemoryMap&
memory_map
= *it;
local
407
const MemoryMap&
memory_map
= *it;
local
437
const MemoryMap&
memory_map
= *it;
local
[
all
...]
/external/grub/docs/
multiboot.h
109
typedef struct
memory_map
struct
multiboot.h.texi
109
typedef struct
memory_map
Completed in 155 milliseconds