Searched refs:MAGICWORD (Results 1 – 3 of 3) sorted by relevance
26 #define MAGICWORD 0xfedabeeb macro85 case MAGICWORD: in checkhdr()88 else if ((hdr->magic2 ^ (uintptr_t) hdr->block) != MAGICWORD) in checkhdr()138 ptr->next->magic = MAGICWORD ^ ((uintptr_t) ptr->next->prev in unlink_blk()144 ptr->prev->magic = MAGICWORD ^ ((uintptr_t) ptr->prev->prev in unlink_blk()157 hdr->magic = MAGICWORD ^ (uintptr_t) hdr->next; in link_blk()163 hdr->next->magic = MAGICWORD ^ ((uintptr_t) hdr in link_blk()217 hdr->magic2 = (uintptr_t) hdr ^ MAGICWORD; in malloc_mcheck_after()268 hdr->magic2 = (uintptr_t) block ^ MAGICWORD; in memalign_mcheck_after()339 hdr->magic2 = (uintptr_t) hdr ^ MAGICWORD; in realloc_mcheck_after()
1085 * malloc/mcheck.c (reallochook): Set HDR->magic to MAGICWORD.
1173 (MAGICWORD): Remove.