浏览代码

core: set q_malloc as default memory manager

- useful to catch easier memory issues in development phase
Daniel-Constantin Mierla 9 年之前
父节点
当前提交
0859d22351
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -503,7 +503,7 @@ char* pgid_file = 0;
 
 
 /* memory manager */
-#define SR_MEMMNG_DEFAULT	"fm"
+#define SR_MEMMNG_DEFAULT	"qm"
 
 char *sr_memmng_pkg = NULL;
 char *sr_memmng_shm = NULL;