HomeSort by relevance Sort by last modified time
    Searched defs:kRegionInfoSize (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.h 58 enum { kRegionInfoSize = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64 };
61 enum { kRegionInfoSize = VM_REGION_SUBMAP_INFO_COUNT_64 };
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 618 enum { kRegionInfoSize = VM_REGION_SUBMAP_SHORT_INFO_COUNT_64 };
621 enum { kRegionInfoSize = VM_REGION_SUBMAP_INFO_COUNT_64 };
633 mach_msg_type_number_t vm_region_info_size = kRegionInfoSize;
    [all...]

Completed in 101 milliseconds