Home
last modified time | relevance | path

Searched refs:local_start (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc195 uint8_t* local_start; in ReadTaskMemory() local
201 reinterpret_cast<vm_offset_t*>(&local_start), in ReadTaskMemory()
209 &local_start[(mach_vm_address_t)address - page_address], in ReadTaskMemory()
211 mach_vm_deallocate(mach_task_self(), (uintptr_t)local_start, local_length); in ReadTaskMemory()