Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_mte_utilities.h124 void *allocate_untagged_memory(mach_vm_size_t size);
H A Darm_mte_mach_msg.c268 untagged_ptr = allocate_untagged_memory(sz_rounded); in untagged_ool_memory_assertions()
294 untagged_ptr = allocate_untagged_memory(sz_rounded); in ool_memory_client_template()
522 untagged_ptr = allocate_untagged_memory(sz_rounded); in memory_entry_client_template()
H A Darm_mte_alias_restriction.c276 void* untagged_buffer_addr = allocate_untagged_memory(alloc_size);
H A Darm_mte_utilities.c390 allocate_untagged_memory(mach_vm_size_t size) in allocate_untagged_memory() function