OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isc_mem_debugging
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c
53
#ifndef
ISC_MEM_DEBUGGING
54
#define
ISC_MEM_DEBUGGING
0
55
#endif /* ifndef
ISC_MEM_DEBUGGING
*/
56
LIBISC_EXTERNAL_DATA unsigned int
isc_mem_debugging
=
ISC_MEM_DEBUGGING
;
variable
223
if (ISC_UNLIKELY((
isc_mem_debugging
& TRACE_OR_RECORD) != 0 && \
229
if (ISC_UNLIKELY((
isc_mem_debugging
& TRACE_OR_RECORD) != 0 && \
272
if ((
isc_mem_debugging
& ISC_MEM_DEBUGTRACE) != 0) {
316
if ((
isc_mem_debugging
& ISC_MEM_DEBUGTRACE) != 0) {
846
if (ISC_UNLIKELY((
isc_mem_debugging
& ISC_MEM_DEBUGRECORD) != 0))
[
all
...]
/src/external/mpl/bind/dist/lib/isc/
mem.c
67
#ifndef
ISC_MEM_DEBUGGING
68
#define
ISC_MEM_DEBUGGING
0
69
#endif /* ifndef
ISC_MEM_DEBUGGING
*/
70
unsigned int
isc_mem_debugging
=
ISC_MEM_DEBUGGING
;
variable
1345
if ((
isc_mem_debugging
& TRACE_OR_RECORD) != 0) {
1571
mem_create(mctxp,
isc_mem_debugging
, isc_mem_defaultflags, 0);
1573
if ((
isc_mem_debugging
& ISC_MEM_DEBUGTRACE) != 0) {
1593
mem_create(mctxp,
isc_mem_debugging
, isc_mem_defaultflags,
1599
if ((
isc_mem_debugging
& ISC_MEM_DEBUGTRACE) != 0)
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026