OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_to_end
(Results
1 - 1
of
1
) sorted by null
/external/google-breakpad/src/client/mac/handler/
dynamic_images.cc
91
mach_vm_size_t *
size_to_end
) {
112
*
size_to_end
= region_base + region_size -(mach_vm_address_t)address;
116
// If so, we need to extend |*
size_to_end
| to go all the way to the end
118
if (*
size_to_end
< 4096) {
140
*
size_to_end
= region_base + region_size -(mach_vm_address_t)address;
143
*
size_to_end
= 0;
161
mach_vm_size_t
size_to_end
;
local
162
GetMemoryRegionSize(target_task, address, &
size_to_end
);
164
if (
size_to_end
> 0) {
166
size_to_end
> kMaxStringLength ? kMaxStringLength : size_to_end
[
all
...]
Completed in 197 milliseconds