Searched refs:sizeofIOLibPageMallocHeader (Results 1 – 1 of 1) sorted by relevance
417 #define sizeofIOLibPageMallocHeader (sizeof(IOLibPageMallocHeader) - (TRACK_ALLOC ? 0 : sizeof(… macro419 #define sizeofIOLibPageMallocHeader (sizeof(IOLibPageMallocHeader)) macro453 adjustedSize = size + sizeofIOLibPageMallocHeader; in IOMallocAligned_internal()483 address = (allocationAddress + alignMask + sizeofIOLibPageMallocHeader) in IOMallocAligned_internal()486 hdr = (typeof(hdr))(address - sizeofIOLibPageMallocHeader); in IOMallocAligned_internal()547 adjustedSize = size + sizeofIOLibPageMallocHeader; in IOFreeAligned_internal()556 hdr = (typeof(hdr))(((uintptr_t)address) - sizeofIOLibPageMallocHeader); in IOFreeAligned_internal()601 adjustedSize = (2 * size) + sizeofIOLibPageMallocHeader; in IOKernelFreePhysical()610 hdr = (typeof(hdr))(((uintptr_t)address) - sizeofIOLibPageMallocHeader); in IOKernelFreePhysical()655 if (os_mul_and_add_overflow(2, size, sizeofIOLibPageMallocHeader, &adjustedSize)) { in IOKernelAllocateWithPhysicalRestrict()[all …]