Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h3569 cleanup_unallocation(unallocation_t *unallocation) in cleanup_unallocation() argument
3572 if (unallocation->guard_size) { in cleanup_unallocation()
3573 (void)mach_vm_deallocate(unallocation->map, unallocation->guard_prefix, unallocation->guard_size); in cleanup_unallocation()
3574 (void)mach_vm_deallocate(unallocation->map, unallocation->guard_suffix, unallocation->guard_size); in cleanup_unallocation()