Searched refs:allocators (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/doc/allocators/ |
| H A D | api-basics.md | 20 The Core Kernel allocators rely on the following headers: 40 Unlike the typical zone allocators, this allows for arbitrary sizes, in a 107 The typed allocators assume that allocated types fit a very precise model. 114 The typed allocators use compiler support to infer signatures 282 This section covers how typed allocators should be adopted to use 300 Unlike `OSObject` subclasses, regular C++ classes must adopt typed allocators 311 adopt typed allocators for your class/struct by providing the appropriate 347 When a class/struct adopts typed allocators through one of those approaches, 348 all its subclasses must also explicitly adopt typed allocators. It is not 369 allocators on your class by using the appropriate variant
|
| /xnu-12377.1.9/tests/vm/ |
| H A D | vm_allocation.c | 499 } allocators[] = { variable 512 static int numofallocators = sizeof(allocators) / sizeof(allocators[0]); 1066 set_allocator(allocators[allocators_idx].allocate); in set_up_allocator() 3614 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites() 3625 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites() 3636 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites() 3646 …allocators[allocators_idx].description, vm_sizes[sizes_idx].description, (uintmax_t)vm_sizes[sizes… in run_allocate_test_suites() 3650 allocators[allocators_idx].description); in run_allocate_test_suites() 3652 allocators[allocators_idx].description); in run_allocate_test_suites()
|
| /xnu-12377.1.9/osfmk/tests/ |
| H A D | README.md | 3 …ese tests is to verify functionality of various subsystems like memory allocators, scheduling, VM,…
|
| /xnu-12377.1.9/osfmk/conf/ |
| H A D | Makefile.template | 438 kalloc.o_CWARNFLAGS_ADD += -Wno-xnu-typed-allocators
|
| /xnu-12377.1.9/bsd/conf/ |
| H A D | Makefile.template | 550 kern_malloc.o_CWARNFLAGS_ADD += -Wno-xnu-typed-allocators
|
| /xnu-12377.1.9/makedefs/ |
| H A D | MakeInc.def | 243 -Wxnu-typed-allocators
|