We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc42a1 commit 048d344Copy full SHA for 048d344
CMakeLists.txt
@@ -209,6 +209,8 @@ if (SNMALLOC_NO_REALLOCARR)
209
add_as_define(SNMALLOC_NO_REALLOCARR)
210
endif()
211
212
+add_as_define(SNMALLOC_TRACING)
213
+
214
target_compile_definitions(snmalloc INTERFACE $<$<BOOL:CONST_QUALIFIED_MALLOC_USABLE_SIZE>:MALLOC_USABLE_SIZE_QUALIFIER=const>)
215
216
# In debug and CI builds, link the backtrace library so that we can get stack
0 commit comments