Explorar o código

Removed debug function call inside malloc()

Ioannis Koutras %!s(int64=13) %!d(string=hai) anos
pai
achega
c1f634be8e
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/dmmlib.c

+ 0 - 4
src/dmmlib.c

@@ -152,10 +152,6 @@ void * malloc(size_t size) {
         }
     }
     
-#ifdef WITH_DEBUG
-    get_raw_blocks(&systemallocator);
-#endif /* WITH_DEBUG */
-
     return ptr;
 }