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