Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DPlatformCommon.c84 #define kAllocMagic 0xDEAD1234 macro
102 mem[ 0] = kAllocMagic; in mallocL()
128 mem[ 0] = kAllocMagic; in callocL()
146 …if (mem[0] != kAllocMagic) { LogMemCorruption("free( %s : %lu @ %p ) !!!! NEVER ALLOCATED !!!… in freeL()