Home
last modified time | relevance | path

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

/xnu-11215/tests/vm/
H A Dvm_parameter_validation.c2753 dealloc_results(golden_list[x]); in clean_golden_results()
2762 dealloc_results(kern_list[x]); in clean_kernel_results()
2884 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_size(fn, name " (size)")))
2903 #define RUN(fn, name) dealloc_results(process_results(test_mach_vm_prot(fn, name " (vm_prot_t)")))
2908 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_tag(fn, name " (ledger …
2912 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_flag(fn, name " (ledger…
2920 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_start_size(fn,…
2931dealloc_results(process_results(test_deallocator(call_vm_deallocate, "vm_deallocate (start/size)")…
2934 #define RUN(fn, name) dealloc_results(process_results(test_deallocator(fn, name " (start/size)")))
3062 #define RUN(fn, name) dealloc_results(process_results(test_fixed_dst_size(fn, name " (dst/size)")))
[all …]
/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation_kern.c1783 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_tag(fn, name " (ledger … in IMPL()
1787 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_flag(fn, name " (ledger… in IMPL()
1799 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_start_size(fn,… in IMPL()
1811 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_start_size(fn,… in IMPL()
1820dealloc_results(process_results(test_deallocator(call_vm_deallocate, "vm_deallocate (start/size)")… in IMPL()
2013 #define RUN(fn, name) dealloc_results(process_results(test_with_int64(fn, name " (int64)"))) in IMPL()
2032 #define RUN(fn, name) dealloc_results(process_results(test_src_kerneldst_size(fn, name " (src/dst/s… in IMPL()
2037 #define RUN(fn, name) dealloc_results(process_results(test_kernelsrc_dst_size(fn, name " (src/dst/s… in IMPL()
2098 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_addr(fn, name " (add… in IMPL()
2103 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_size(fn, name " (size)"))) in IMPL()
[all …]
H A Dvm_parameter_validation.h660 dealloc_results(results_t *results) in dealloc_results() function