This commit is contained in:
2025-11-22 00:37:05 -06:00
parent dbf9f8ef30
commit d61f98f81d
3 changed files with 41 additions and 96 deletions

View File

@@ -96,7 +96,7 @@
/* dump objects freed by the garbage collector */
//#define DUMP_GC_FREE
/* dump objects leaking when freeing the runtime */
#define DUMP_LEAKS 1
//#define DUMP_LEAKS 1
/* dump memory usage before running the garbage collector */
//#define DUMP_MEM
//#define DUMP_OBJECTS /* dump objects in JS_FreeContext */