Searched refs:allocationAddress (Results 1 – 1 of 1) sorted by relevance
517 vm_offset_t allocationAddress; variable559 kr = kmem_alloc(kernel_map, &allocationAddress,562 allocationAddress = 0;565 allocationAddress = (vm_address_t) kheap_alloc(kheap,569 if (allocationAddress) {570 address = (allocationAddress + alignMask + sizeofIOLibPageMallocHeader)574 IOMallocAlignedSetHdr(hdr, alignMask, allocationAddress, address);603 vm_address_t allocationAddress; in IOFreeAligned_internal() local623 allocationAddress = IOMallocAlignedGetAddress(hdr, in IOFreeAligned_internal()637 kmem_free(kernel_map, allocationAddress, adjustedSize); in IOFreeAligned_internal()[all …]