Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DPlatformCommon.c87 #define kAllocLargeSize 32768 macro
100 …if (size > kAllocLargeSize) LogMsg("malloc( %s : %lu ) @ %p suspiciously large", msg, si… in mallocL()
126 …if (size > kAllocLargeSize) LogMsg("calloc( %s : %lu ) @ %p suspiciously large", msg, siz… in callocL()
147 …if (mem[1] > kAllocLargeSize) LogMsg("free( %s : %lu @ %p) suspiciously large", … in freeL()