Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c8555 unsigned int bucket_count = 0; in vm_page_info() local
8564 bucket_count++; in vm_page_info()
8570 info[i].hib_count = bucket_count; in vm_page_info()
/xnu-8792.61.2/tools/lldbmacros/
H A Dmemory.py305 bucket_count = 20
309 while bucket_index < bucket_count: