Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dvm_stress.cpp749 uint64_t num_pages_to_alloc) in allocate_buffer() argument
753 …kern_return_t kr = mach_vm_allocate(mach_task_self(), &buff, num_pages_to_alloc * PAGE_SIZE, TRUE); in allocate_buffer()