Memory control e2e test (#115)

* Add memory control e2e test

* Fix cmake for jemalloc
This commit is contained in:
antonio2368
2021-03-19 08:43:48 +01:00
committed by Antonio Andelic
parent ad4c80af13
commit e8e4cd7f97
10 changed files with 109 additions and 2 deletions

View File

@@ -47,6 +47,6 @@ endif()
target_compile_options(jemalloc PRIVATE -Wno-redundant-decls)
# for RTLD_NEXT
target_compile_options(jemalloc PRIVATE -D_GNU_SOURCE)
target_compile_definitions(jemalloc PRIVATE _GNU_SOURCE)
set_property(TARGET jemalloc APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS USE_JEMALLOC=1)