Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h3492 __attribute__((cleanup(cleanup_unallocation))) = create_unallocation(map, size)
3498 __attribute__((cleanup(cleanup_unallocation))) = create_unallocation(map, size, true)
3511 create_unallocation(MAP_T new_map, mach_vm_address_t new_size, bool allow_failure) in create_unallocation() function
3563 create_unallocation(MAP_T new_map, mach_vm_address_t new_size) in create_unallocation() function
3565 return create_unallocation(new_map, new_size, false /*allow_failure*/); in create_unallocation()