Skip to content

Commit

Permalink
Add QM_DBG_MALLOC_HIST flag to Makefile.conf template
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c748b3)
  • Loading branch information
rvlad-patrascu committed Sep 8, 2022
1 parent a93ce0a commit 806d0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ DEFS+= -DF_MALLOC #Fast memory allocator with minimal runtime overhead
DEFS+= -DQ_MALLOC #Quality assurance memory allocator with runtime safety checks
DEFS+= -DHP_MALLOC #High performance allocator with fine-grained locking
DEFS+= -DDBG_MALLOC #Include additional, debug-enabled allocator flavors
#DEFS+= -DQM_DBG_MALLOC_HIST=3 #Size of debug history for Q_MALLOC (default is 1)
#DEFS+= -DNO_DEBUG #Compile out all debug messages
#DEFS+= -DNO_LOG #Compile out all logging
#DEFS_GROUP_START
Expand Down

0 comments on commit 806d0c4

Please sign in to comment.