Searched refs:localsrc (Results 1 – 1 of 1) sorted by relevance
125 mach_vm_address_t localsrc = 0; in mach_server_create_allocation() local127 kr = mach_vm_allocate(mach_task_self(), &localsrc, size, VM_FLAGS_ANYWHERE); in mach_server_create_allocation()144 memcpy((void*)(localsrc + (i * chunk_size)), buffer, chunk_size); in mach_server_create_allocation()147 *src = localsrc; in mach_server_create_allocation()