Add API for get the memory stats (#1923)

JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
This commit is contained in:
Zidong Jiang
2017-08-04 15:44:37 +08:00
committed by Zoltan Herczeg
parent 8b5fe254d9
commit c242248b47
9 changed files with 165 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ main (void)
}
#ifdef JMEM_STATS
jmem_pools_stats_print ();
jmem_heap_stats_print ();
#endif /* JMEM_STATS */
jmem_finalize ();