File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,8 @@ if(UMF_PROXY_LIB_ENABLED AND UMF_BUILD_SHARED_LIBRARY)
240
240
SRCS memoryPoolAPI.cpp malloc_compliance_tests.cpp
241
241
LIBS umf_proxy
242
242
CFGS ${CONFIGS} )
243
+ target_compile_definitions (umf_test-proxy_lib_memoryPool
244
+ PUBLIC UMF_PROXY_LIB_ENABLED=1 )
243
245
endif ()
244
246
245
247
if (UMF_ENABLE_POOL_TRACKING )
Original file line number Diff line number Diff line change 14
14
#include < umf/memory_provider.h>
15
15
#include < umf/pools/pool_proxy.h>
16
16
17
+ #ifdef UMF_PROXY_LIB_ENABLED
18
+ #include < umf/proxy_lib_new_delete.h>
19
+ #endif
20
+
17
21
#include < array>
18
22
#include < string>
19
23
#include < thread>
Original file line number Diff line number Diff line change 11
11
#include < malloc.h>
12
12
#endif
13
13
14
+ #include < umf/proxy_lib_new_delete.h>
15
+
14
16
#include " base.hpp"
15
17
#include " test_helpers.h"
16
18
You can’t perform that action at this time.
0 commit comments