Explorar o código

- fixed DBG_F_MALLOC typo

Andrei Pelinescu-Onciul %!s(int64=20) %!d(string=hai) anos
pai
achega
3e927c432d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mem/f_malloc.c

+ 1 - 1
mem/f_malloc.c

@@ -518,7 +518,7 @@ void fm_status(struct fm_block* qm)
 				size+=f->size,f=f->u.nxt_free,i++,j++){
 				size+=f->size,f=f->u.nxt_free,i++,j++){
 			if (!FRAG_WAS_USED(f)){
 			if (!FRAG_WAS_USED(f)){
 				unused++;
 				unused++;
-#ifdef DBG_FM_MALLOC
+#ifdef DBG_F_MALLOC
 				LOG(memlog, "unused fragm.: hash = %3d, fragment %x,"
 				LOG(memlog, "unused fragm.: hash = %3d, fragment %x,"
 							" address %x size %lu, created from %s: %s(%d)\n",
 							" address %x size %lu, created from %s: %s(%d)\n",
 						    h, f, (char*)f+sizeof(struct fm_frag), f->size,
 						    h, f, (char*)f+sizeof(struct fm_frag), f->size,