MCPcopy Create free account
hub / github.com/chromium/crashpad / Initialize

Method Initialize

util/process/process_memory_mac.cc:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67ProcessMemoryMac::ProcessMemoryMac() : task_(TASK_NULL), initialized_() {}
68
69bool ProcessMemoryMac::Initialize(task_t task) {
70 INITIALIZATION_STATE_SET_INITIALIZING(initialized_);
71 task_ = task;
72 INITIALIZATION_STATE_SET_VALID(initialized_);
73 return true;
74}
75
76std::unique_ptr<ProcessMemoryMac::MappedMemory> ProcessMemoryMac::ReadMapped(
77 mach_vm_address_t address,

Callers 10

StartTimeMethod · 0.45
TESTFunction · 0.45
MultiprocessParentMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
DoTestMethod · 0.45
DoTestMethod · 0.45
DoTestMethod · 0.45
DoTestMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 9

TESTFunction · 0.36
MultiprocessParentMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
DoTestMethod · 0.36
DoTestMethod · 0.36
DoTestMethod · 0.36
DoTestMethod · 0.36
TESTFunction · 0.36