Home
last modified time | relevance | path

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

/dports/devel/libast/libast-0.7/src/
H A Dmem.c120 D_MEM(("Constructing memory allocation records\n")); in spifmem_init()
152 D_MEM(("Unable to reallocate pointer list -- %s\n", strerror(errno))); in memrec_add_var()
228 D_MEM(("Removing variable %s (%10p) of size %lu\n", var, ptr, p->size)); in memrec_rem_var()
431 D_MEM(("%lu bytes requested at %s:%lu\n", size, NONULL(filename), line)); in spifmem_malloc()
469 D_MEM(("Calls to realloc(): %d\n", realloc_count)); in spifmem_realloc()
563 D_MEM(("ERROR: Caught attempt to free NULL pointer\n")); in spifmem_free()
684 D_MEM(("ERROR: Caught attempt to free NULL pixmap\n")); in spifmem_x_free_pixmap()
715 D_MEM(("Pixmap 0x%08x already registered.\n")); in spifmem_imlib_register_pixmap()
719 D_MEM(("ERROR: Refusing to register a NULL pixmap\n")); in spifmem_imlib_register_pixmap()
750 D_MEM(("ERROR: Caught attempt to free NULL pixmap\n")); in spifmem_imlib_free_pixmap()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Ddebug.h16 #define D_MEM (0) /* too verbose 1<<7 */ macro
H A Dvirtualfont.c266 if (dd(D_MEM)) in virtualfont()
H A Ddvips.c433 if (dd(D_MEM)) { in mymalloc()
1484 if (dd(D_MEM)) {
H A Dloadfont.c431 if (dd(D_MEM)) in loadfont()
H A DChangeLog594 * debug.h (D_MEM): disable completely by defining to 0.
1551 * debug.h (D_CONFIG): Reuse the D_MEM bit.
2015 D_MEM, not D_FONTS.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminimon.h115 #define D_MEM 6 /* Data Memory */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminimon.h115 #define D_MEM 6 /* Data Memory */ macro
/dports/devel/libast/libast-0.7/include/
H A Dlibast.h798 # define D_MEM(x) do { D_MEM_IF {DPRINTF(x);} } while (0) macro
801 # define D_MEM(x) NOP macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dsl811hs.c797 DLOG(D_MEM, "allocx %p", xfer, 0,0,0); in slhci_allocx()
813 DLOG(D_MEM, "freex xfer %p spipe %p", xfer, xfer->ux_pipe,0,0); in slhci_freex()