Searched refs:sizeofIOLibMallocHeader (Results 1 – 1 of 1) sorted by relevance
284 #define sizeofIOLibMallocHeader (sizeof(IOLibMallocHeader) - (TRACK_ALLOC ? 0 : sizeof(IOTrackingAd… macro286 #define sizeofIOLibMallocHeader (0) macro300 allocSize = size + sizeofIOLibMallocHeader;302 if (sizeofIOLibMallocHeader && (allocSize <= size)) {315 hdr->tracking.address = ~(((uintptr_t) address) + sizeofIOLibMallocHeader);320 address = (typeof(address))(((uintptr_t) address) + sizeofIOLibMallocHeader);337 address = (typeof(address))(((uintptr_t) address) - sizeofIOLibMallocHeader); in IOFree_internal()360 kheap_free(kheap, address, size + sizeofIOLibMallocHeader); in IOFree_internal()