Searched refs:info_count (Results 1 - 9 of 9) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp41 mach_msg_type_number_t info_count = TASK_VM_INFO_COUNT; local
43 kr = task_info (task, TASK_VM_INFO, (task_info_t) &vm_info, &info_count);
241 mach_msg_type_number_t info_count; local
244 info_count = TASK_VM_INFO_COUNT;
246 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
248 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
472 mach_msg_type_number_t info_count; local
489 info_count = TASK_VM_INFO_COUNT;
491 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
493 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
[all...]
H A DMachThread.cpp285 unsigned int info_count = THREAD_BASIC_INFO_COUNT; local
286 kern_return_t err = ::thread_info (thread, THREAD_BASIC_INFO, (thread_info_t) basicInfoPtr, &info_count);
/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.cc96 mach_msg_type_number_t info_count = VM_REGION_SUBMAP_INFO_COUNT_64; local
108 &info_count);
131 &info_count);
H A Dminidump_generator.cc263 mach_msg_type_number_t info_count = VM_REGION_SUBMAP_INFO_COUNT_64; local
275 region_info, &info_count);
298 info_count = VM_REGION_SUBMAP_INFO_COUNT_64;
301 region_info, &info_count);
1032 mach_msg_type_number_t info_count = VM_REGION_SUBMAP_INFO_COUNT_64; local
1042 &info_count);
/external/libchrome/base/process/
H A Dprocess_metrics_mac.cc161 mach_msg_type_number_t info_count = VM_REGION_TOP_INFO_COUNT; local
168 &info_count,
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c364 unsigned int info_count = TASK_BASIC_INFO_COUNT; local
366 kr = task_info (task, TASK_BASIC_INFO, (task_info_t) &info, &info_count);
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h829 unsigned int info_count() const { return valid_ ? info_count_ : 0; } function in class:google_breakpad::MinidumpMemoryInfoList
/external/google-breakpad/src/processor/
H A Dminidump_unittest.cc672 ASSERT_EQ(1U, info_list->info_count());
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3577 mach_msg_type_number_t info_count local
3581 (vm_region_info_t)&info, &info_count);

Completed in 598 milliseconds