Home
last modified time | relevance | path

Searched refs:cleanup_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)
3476 cleanup_allocation(allocation_t *allocation) in cleanup_allocation() function