Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h3369 …__attribute__((cleanup(cleanup_allocation))) = create_allocation(map, size, 0, perm, false, VM_FLA…
3374 __attribute__((cleanup(cleanup_allocation))) = create_allocation(map, size, 0, perm, false, 0)
3379 …__attribute__((cleanup(cleanup_allocation))) = create_allocation(map, size, align_mask, perm, fals…
3385 __attribute__((cleanup(cleanup_allocation))) = create_allocation(map, size, 0, perm, true, 0)
3400 create_allocation(MAP_T new_map, mach_vm_address_t new_size, mach_vm_size_t align_mask, in create_allocation() function