Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/vm/
H A Dvm_resident.c8550 unsigned int bucket_count = 0; in vm_page_info() local
8559 bucket_count++; in vm_page_info()
8565 info[i].hib_count = bucket_count; in vm_page_info()
/xnu-8796.101.5/tools/lldbmacros/
H A Dmemory.py217 bucket_count = 20
221 while bucket_index < bucket_count: