Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h51 enum { kRegionInfoSize = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64 }; enumerator
54 enum { kRegionInfoSize = VM_REGION_SUBMAP_INFO_COUNT_64 };
DMachVMRegion.cpp124 mach_msg_type_number_t info_size = kRegionInfoSize; in GetRegionForAddress()
/external/llvm-project/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp480 enum { kRegionInfoSize = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64 }; in foreach_zone_in_this_process() enumerator
483 enum { kRegionInfoSize = VM_REGION_SUBMAP_INFO_COUNT_64 }; in foreach_zone_in_this_process()
495 mach_msg_type_number_t vm_region_info_size = kRegionInfoSize; in foreach_zone_in_this_process()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp1187 enum { kRegionInfoSize = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64 }; in FindAvailableMemoryRange() enumerator
1202 mach_msg_type_number_t count = kRegionInfoSize; in FindAvailableMemoryRange()