Home
last modified time | relevance | path

Searched refs:magic2 (Results 1 – 1 of 1) sorted by relevance

/malloc/
A Dmcheck-impl.c42 unsigned long int magic2; /* Extra, keeps us doubleword aligned. */ member
88 else if ((hdr->magic2 ^ (uintptr_t) hdr->block) != MAGICWORD) in checkhdr()
178 hdr->magic2 = MAGICFREE; in free_mcheck()
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()

Completed in 5 milliseconds