Searched refs:allocate_untagged_memory (Results 1 – 4 of 4) sorted by relevance
124 void *allocate_untagged_memory(mach_vm_size_t size);
268 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()
276 void* untagged_buffer_addr = allocate_untagged_memory(alloc_size);
390 allocate_untagged_memory(mach_vm_size_t size) in allocate_untagged_memory() function