OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TRACE_OR_RECORD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
mem.c
259
#define
TRACE_OR_RECORD
(ISC_MEM_DEBUGTRACE | ISC_MEM_DEBUGRECORD)
262
(((mctx)->debugging &
TRACE_OR_RECORD
) != 0 && ptr != NULL)
1364
if ((isc_mem_debugging &
TRACE_OR_RECORD
) != 0) {
/src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c
220
#define
TRACE_OR_RECORD
(ISC_MEM_DEBUGTRACE | ISC_MEM_DEBUGRECORD)
223
if (ISC_UNLIKELY((isc_mem_debugging &
TRACE_OR_RECORD
) != 0 && \
229
if (ISC_UNLIKELY((isc_mem_debugging &
TRACE_OR_RECORD
) != 0 && \
1851
if (ISC_UNLIKELY(((isc_mem_debugging &
TRACE_OR_RECORD
) != 0) &&
1877
if (ISC_UNLIKELY((isc_mem_debugging &
TRACE_OR_RECORD
) != 0)) {
2020
if (ISC_UNLIKELY((isc_mem_debugging &
TRACE_OR_RECORD
) != 0)) {
Completed in 14 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026