소스 검색

Mkefile.defs: default memory manager set to q_malloc

- debug option is left unset (no DBG_QM_MALLOC)
- lower memory chunk overhead with faster join
Daniel-Constantin Mierla 12 년 전
부모
커밋
d96401668c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile.defs

+ 1 - 1
Makefile.defs

@@ -167,7 +167,7 @@ EXTRAVERSION = -dev5
 # memory manager switcher
 # 0 - f_malloc (fast malloc)
 # 1 - q_malloc (quick malloc)
-MEMMNG ?= 0
+MEMMNG ?= 1
 # memory debugger switcher
 # 0 - off (no-debug mode)
 # 1 - on (debug mode)