Searched defs:ISC_MEMFLAG_INTERNAL (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h144 #define ISC_MEMFLAG_INTERNAL 0x00000002 /* use internal malloc */ macro
146 #define ISC_MEMFLAG_DEFAULT ISC_MEMFLAG_INTERNAL
310 * ISC_MEMFLAG_INTERNAL is set, allocations smaller than 'max_size'
315 * ISC_MEMFLAG_INTERNAL is not set, 'target_size' is ignored.

Completed in 12 milliseconds