annoying msg

This commit is contained in:
Vitor Santos Costa 2016-08-02 18:29:35 -05:00
parent 99488a6cea
commit 69c3a54cb6

View File

@ -618,7 +618,7 @@ static Int c_db_stats(USES_REGS1) {
#endif #endif
/* Memory management */ /* Memory management */
#ifdef DEBUG #ifdef DEBUG_MYDDAS_MEM
MyddasULInt nr; MyddasULInt nr;
MYDDAS_MEMORY_MALLOC_NR(nr); MYDDAS_MEMORY_MALLOC_NR(nr);
printf("Number of times malloc was called in MYDDAS: %lu \n", nr); printf("Number of times malloc was called in MYDDAS: %lu \n", nr);