Skip to content

Commit

Permalink
Use a QA memory allocator by default on the dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed May 29, 2019
1 parent 59f8505 commit e1630a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem/common.c
Expand Up @@ -25,7 +25,7 @@
#include "common.h"
#include "../dprint.h"

enum osips_mm mem_allocator = MM_F_MALLOC;
enum osips_mm mem_allocator = MM_Q_MALLOC_DBG;

/* returns -1 if @mm_name is unrecognized */
int set_global_mm(const char *mm_name)
Expand Down

0 comments on commit e1630a9

Please sign in to comment.