Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/amd/amd/
H A Dxutil.c68 Debug(D_MEM) plog(XLOG_DEBUG, "Allocated size %d; block %#x", len, p);
91 Debug(D_MEM) plog(XLOG_DEBUG, "Reallocated size %d; block %#x", len, ptr);
116 Debug(D_MEM) plog(XLOG_DEBUG, "Free in %s:%d: block %#x", f, l, p);
H A Dget_args.c59 { "mem", D_MEM }, /* Trace memory allocations */
H A DChangeLog1105 a simple memory allocation trace (D_MEM).
/original-bsd/usr.sbin/amd/include/
H A Dam.h116 #define D_MEM 0x0040 /* Trace memory allocations */ macro
121 #define D_TEST (~(D_DAEMON|D_MEM|D_STR))