Searched refs:allocators (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/tests/vm/ |
| H A D | vm_allocation.c | 488 } allocators[] = { variable 501 static int numofallocators = sizeof(allocators) / sizeof(allocators[0]); 1027 set_allocator(allocators[allocators_idx].allocate); in set_up_allocator() 3587 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites() 3598 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites() 3609 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites() 3619 …allocators[allocators_idx].description, vm_sizes[sizes_idx].description, (uintmax_t)vm_sizes[sizes… in run_allocate_test_suites() 3623 allocators[allocators_idx].description); in run_allocate_test_suites() 3632 allocators[allocators_idx].description); in run_allocate_test_suites()
|
| /xnu-8019.80.24/doc/ |
| H A D | allocators.md | 1 # XNU General purpose allocators 20 The Core Kernel allocators rely on the following headers: 264 never allowed in XNU, as none of our allocators are re-entrant and interrupt 402 Unlike the typical zone allocators, this allows for arbitrary sizes, in a
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | README.md | 3 …ese tests is to verify functionality of various subsystems like memory allocators, scheduling, VM,…
|