Searched refs:sizeofIOLibMallocHeader (Results 1 – 1 of 1) sorted by relevance
283 #define sizeofIOLibMallocHeader (sizeof(IOLibMallocHeader) - (TRACK_ALLOC ? 0 : sizeof(IOTrackingAd… macro285 #define sizeofIOLibMallocHeader (0) macro299 allocSize = size + sizeofIOLibMallocHeader;301 if (sizeofIOLibMallocHeader && (allocSize <= size)) {314 hdr->tracking.address = ~(((uintptr_t) address) + sizeofIOLibMallocHeader);319 address = (typeof(address))(((uintptr_t) address) + sizeofIOLibMallocHeader);336 address = (typeof(address))(((uintptr_t) address) - sizeofIOLibMallocHeader); in IOFree_internal()359 kheap_free(kheap, address, size + sizeofIOLibMallocHeader); in IOFree_internal()