Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp517 vm_offset_t allocationAddress; variable
559 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() local
623 allocationAddress = IOMallocAlignedGetAddress(hdr, in IOFreeAligned_internal()
637 kmem_free(kernel_map, allocationAddress, adjustedSize); in IOFreeAligned_internal()
[all …]