Searched refs:ISC_MEM_DEBUGSIZE (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dwire_test.c126 isc_mem_debugging |= ISC_MEM_DEBUGSIZE;
/bind-9.11.3/bin/dnssec/
H A Ddnssec-verify.c199 isc_mem_debugging |= ISC_MEM_DEBUGSIZE;
H A Ddnssec-keygen.c287 isc_mem_debugging |= ISC_MEM_DEBUGSIZE;
H A Ddnssec-signzone.c3152 isc_mem_debugging |= ISC_MEM_DEBUGSIZE;
/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h88 #define ISC_MEM_DEBUGSIZE 0x00000008U macro
109 * \li #ISC_MEM_DEBUGSIZE
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c538 isc_mem_debugging |= ISC_MEM_DEBUGSIZE;
/bind-9.11.3/lib/isc/
H A Dmem.c1165 if ((isc_mem_debugging & (ISC_MEM_DEBUGSIZE|ISC_MEM_DEBUGCTX)) != 0) {
1166 if ((isc_mem_debugging & ISC_MEM_DEBUGSIZE) != 0) {
1255 if ((isc_mem_debugging & (ISC_MEM_DEBUGSIZE|ISC_MEM_DEBUGCTX)) != 0)
1299 if ((isc_mem_debugging & (ISC_MEM_DEBUGSIZE|ISC_MEM_DEBUGCTX)) != 0) {
1300 if ((isc_mem_debugging & ISC_MEM_DEBUGSIZE) != 0) {
/bind-9.11.3/bin/named/
H A Dmain.c396 { "size", ISC_MEM_DEBUGSIZE },

Completed in 54 milliseconds