Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c9623 unsigned int bucket_count = 0; in vm_page_info() local
9632 bucket_count++; in vm_page_info()
9638 info[i].hib_count = bucket_count; in vm_page_info()
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py5480 bucket_count = 20
5482 while bucket_index < bucket_count: