Home
last modified time | relevance | path

Searched refs:D_MEM (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h141 #define D_MEM 256 /* malloc/free */ macro
146 D_EVENT | D_BUFFER | D_MEM | D_MEM2 | D_SIGN | D_MISC)
212 DPRINTF(D_MEM, "Unable to allocate memory"); \
220 DPRINTF(D_MEM, "Unable to allocate memory"); \
H A Dtls.c1843 DPRINTF(D_MEM, "free_tls_conn(conn_info@%p) with sslptr@%p\n", in free_tls_conn()
1976 DPRINTF(D_MEM, "free_tls_sslptr(conn_info@%p)\n", conn_info); in free_tls_sslptr()
H A Dsyslogd.c3252 DPRINTF((D_PARSE|D_MEM), in read_config_file()
4707 DPRINTF(D_MEM, "message_queue_freeall(f@%p) with f_qhead@%p\n", f,
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h450 # define D_MEM 0x0040 /* Trace memory allocations */ macro
452 # define D_MEM 0x0000 /* Dummy */ macro
461 # define D_BASIC (D_TRACE|D_FULL|D_STR|D_MEM|D_INFO|D_XDRTRACE|D_READDIR)
507 # define D_MEM 0x0000 /* dummy: Trace memory allocations */ macro
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c102 {"mem", D_MEM}, /* Trace memory allocations */
192 if (amuDebug(D_MEM)) in xmalloc()
226 if (amuDebug(D_MEM)) in xrealloc()
250 if (amuDebug(D_MEM)) in dxfree()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c153 #define D_MEM (0x0008) /* memory allocation */ macro
500 DPRINTF(D_MEM, ("SLallocx")); in ahci_allocx()
528 DPRINTF(D_MEM, ("SLfreex")); in ahci_freex()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c791 DLOG(D_MEM, "allocx %#jx", (uintptr_t)xfer, 0,0,0); in slhci_allocx()
807 DLOG(D_MEM, "freex xfer %#jx spipe %#jx", in slhci_freex()