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

/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h56 * Define ISC_MEM_FILL=1 to fill each block of memory returned to the system
61 * If we are performing a Coverity static analysis then ISC_MEM_FILL
65 #undef ISC_MEM_FILL macro
66 #define ISC_MEM_FILL 0 macro
68 #ifndef ISC_MEM_FILL
69 #define ISC_MEM_FILL 1 macro

Completed in 11 milliseconds