Searched refs:ISC_MEM_FILL (Results 1 - 2 of 2) 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
/bind-9.11.3/lib/isc/
H A Dmem.c668 * ISC_MEM_FILL code might write over bytes we
703 #if ISC_MEM_FILL
711 #if ISC_MEM_FILL && ISC_MEM_CHECKOVERRUN
735 #if ISC_MEM_FILL
746 #if ISC_MEM_FILL
786 #if ISC_MEM_FILL
808 #if ISC_MEM_FILL

Completed in 14 milliseconds