Searched refs:sizeofIOLibMallocHeader (Results 1 – 1 of 1) sorted by relevance
286 #define sizeofIOLibMallocHeader (sizeof(IOLibMallocHeader) - (TRACK_ALLOC ? 0 : sizeof(IOTrackingAd… macro288 #define sizeofIOLibMallocHeader (0) macro302 allocSize = size + sizeofIOLibMallocHeader;304 if (sizeofIOLibMallocHeader && (allocSize <= size)) {317 hdr->tracking.address = ~(((uintptr_t) address) + sizeofIOLibMallocHeader);322 address = (typeof(address))(((uintptr_t) address) + sizeofIOLibMallocHeader);339 address = (typeof(address))(((uintptr_t) address) - sizeofIOLibMallocHeader); in IOFree_internal()362 kheap_free(kheap, address, size + sizeofIOLibMallocHeader); in IOFree_internal()