Searched refs:allocationAddress (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp245 vm_offset_t allocationAddress; local
273 kr = kernel_memory_allocate(kernel_map, &allocationAddress,
276 allocationAddress = 0;
279 allocationAddress = (vm_address_t) kalloc(adjustedSize);
281 if (allocationAddress) {
282 address = (allocationAddress + alignMask
289 = allocationAddress;
308 vm_address_t allocationAddress; local
324 allocationAddress = *((vm_address_t *)( (vm_address_t) address
328 kmem_free( kernel_map, allocationAddress, adjustedSiz
345 mach_vm_address_t allocationAddress; local
380 mach_vm_address_t allocationAddress; local
[all...]

Completed in 168 milliseconds