2024-04-18 14:54 ftp://ftp.de.debian.org/debian/pool/main/m/memkind/memkind_1.14.0.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=googletest --library=openmp --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-5.15.0-102-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.56 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.13.0 head-info: 8c78869 (2024-04-18 16:27:02 +0200) count: 2846 1314 elapsed-time: 56.7 47.5 head-timing-info: old-timing-info: head results: memkind-1.14.0/autohbw/autohbw.c:122:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:185:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:281:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:313:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:329:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:361:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:381:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:392:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:398:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:425:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:438:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/autohbw/autohbw.c:229:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] memkind-1.14.0/autohbw/autohbw.c:224:9: note: outer condition: size_str memkind-1.14.0/autohbw/autohbw.c:229:13: note: identical inner condition: size_str memkind-1.14.0/autohbw/autohbw.c:122:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:122:9: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:128:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:134:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:313:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:329:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:345:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:361:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/autohbw/autohbw.c:181:11: style: Variable 'log_str' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/examples/autohbw_candidates.c:85:5: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/examples/autohbw_candidates.c:25:42: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/autohbw_candidates.c:29:42: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/autohbw_candidates.c:34:50: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/autohbw_candidates.c:35:70: style: Parameter 'err' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/autohbw_candidates.c:39:43: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/autohbw_candidates.c:39:55: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/filter_example.c:23:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/fixed_cpp_allocator.cpp:25:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/fixed_cpp_allocator.cpp:44:20: style: Variable 'el' can be declared as reference to const [constVariableReference] memkind-1.14.0/examples/fixed_malloc.c:16:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/fixed_malloc.c:26:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/fixed_malloc.c:40:11: style: Variable 'fixed_str4' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/examples/hello_hbw_example.c:21:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/hello_memkind_example.c:22:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_allocated_example.cpp:32:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_allocated_example.cpp:45:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_allocated_example.cpp:54:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_allocated.hpp:17:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_allocated.hpp:59:10: style:inconclusive: Technically the member function 'memkind_allocated < memkind_allocated_example >::operatordelete' can be const. [functionConst] memkind-1.14.0/examples/memkind_allocated.hpp:64:10: style:inconclusive: Technically the member function 'memkind_allocated < memkind_allocated_example >::operatordelete' can be const. [functionConst] memkind-1.14.0/examples/memkind_allocated_example.cpp:30:22: warning: The class 'memkind_allocated_example' defines member function with name 'getClassKind' also defined in its parent class 'memkind_allocated < memkind_allocated_example >'. [duplInheritedMember] memkind-1.14.0/examples/memkind_allocated.hpp:15:22: note: Parent function 'memkind_allocated < memkind_allocated_example >::getClassKind' memkind-1.14.0/examples/memkind_allocated_example.cpp:30:22: note: Derived function 'memkind_allocated_example::getClassKind' memkind-1.14.0/examples/memkind_allocated_example.cpp:35:5: style: Class 'memkind_allocated_example' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/examples/memkind_allocated_example.cpp:46:62: style: C-style pointer casting [cstyleCast] memkind-1.14.0/examples/memkind_allocated_example.cpp:35:43: performance: Function parameter 'my_message' should be passed by const reference. [passedByValue] memkind-1.14.0/examples/memkind_cpp_allocator.cpp:22:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_cpp_allocator.cpp:38:20: style: Variable 'el' can be declared as reference to const [constVariableReference] memkind-1.14.0/examples/memkind_decorator_debug.c:14:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/memkind_decorator_debug.c:14:5: portability: %lx in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] memkind-1.14.0/examples/memkind_decorator_debug.c:12:33: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/examples/memkind_get_stat.c:18:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_alignment.c:16:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_alignment.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_alignment.c:21:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_and_dax_kmem_kind.c:14:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_and_dax_kmem_kind.c:26:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_and_dax_kmem_kind.c:19:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_and_default_kind.c:19:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_and_default_kind.c:29:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_and_default_kind.c:24:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_and_default_kind.c:51:11: style: Variable 'ptr_default_not_possible' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/examples/pmem_config.c:16:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_config.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_config.c:21:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_cpp_allocator.cpp:24:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_cpp_allocator.cpp:124:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_detect_kind.c:20:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_detect_kind.c:32:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_detect_kind.c:46:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_detect_kind.c:68:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_detect_kind.c:85:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_detect_kind.c:78:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_free_with_unknown_kind.c:15:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_free_with_unknown_kind.c:30:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_kinds.c:17:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_kinds.c:31:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_kinds.c:22:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_malloc.c:16:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_malloc.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_malloc.c:21:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_malloc.c:58:11: style: Variable 'pmem_str4' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/examples/pmem_malloc_unlimited.c:14:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_malloc_unlimited.c:25:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_malloc_unlimited.c:19:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_multithreads.c:24:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_multithreads.c:32:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_multithreads.c:80:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_multithreads.c:29:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_multithreads_onekind.c:18:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_multithreads_onekind.c:40:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_multithreads_onekind.c:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_multithreads_onekind.c:34:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/examples/pmem_multithreads_onekind.c:71:18: style: Variable 'i' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/examples/pmem_usable_size.c:16:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_usable_size.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/examples/pmem_usable_size.c:21:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/jemalloc/msvc/test_threads/test_threads.cpp:21:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable je_malloc_conf [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/msvc/test_threads/test_threads.cpp:83:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/jemalloc/msvc/test_threads/test_threads.cpp:24:29: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/msvc/test_threads/test_threads.cpp:36:30: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/msvc/test_threads/test_threads.cpp:54:25: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/msvc/test_threads/test_threads.cpp:81:30: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/src/arena.c:78:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dss_prec_names [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:90:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:218:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:294:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:310:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:334:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz_large_pad [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:359:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:372:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:384:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:399:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAC_PURGE_ALWAYS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:448:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:519:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ARENA_DEFERRED_PURGE_NPAGES_THRESHOLD [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:580:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:588:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:599:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:652:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:687:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:766:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_retain [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:797:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable narenas_auto [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:835:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:874:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:890:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:918:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binshard [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:933:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1058:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1138:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1202:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SMALL_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1213:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SMALL_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1238:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1258:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1272:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1301:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1335:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1348:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1400:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1450:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1461:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1519:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1535:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1540:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1549:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1557:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1563:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1571:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1578:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_retain [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1585:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1590:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1595:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1614:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1733:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_dirty [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1749:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1776:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1799:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1850:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:1857:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/arena.c:400:13: style: Condition '!is_background_thread' is always true [knownConditionTrueFalse] memkind-1.14.0/jemalloc/src/arena.c:398:6: note: Assuming that condition 'is_background_thread' is not redundant memkind-1.14.0/jemalloc/src/arena.c:400:13: note: Condition '!is_background_thread' is always true memkind-1.14.0/jemalloc/src/arena.c:1344:54: style: Parameter 'slab' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/arena.c:1777:9: style: Variable 'sc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/background_thread.c:53:38: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:54:39: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:55:40: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:56:61: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:57:63: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:58:15: style: Parameter 'remaining_sleep' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:59:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:60:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:61:48: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:62:47: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:63:43: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:64:32: style: Parameter 'stats' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:65:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:776:33: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/background_thread.c:776:47: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/base.c:36:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_system_thp_mode [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:107:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:140:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable metadata_thp_auto [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:179:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUANTUM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:205:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:246:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUANTUM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:321:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:358:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ehooks_default_extent_hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:439:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUANTUM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:485:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:497:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/base.c:125:29: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/base.c:126:16: style: Variable 'b' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/bin.c:12:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIN_SHARDS_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/bin.c:36:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/bin.c:50:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/bin_info.c:11:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/bin_info.c:9:45: style: Parameter 'bin_shard_sizes' can be declared as const array [constParameter] memkind-1.14.0/jemalloc/src/bin_info.c:13:9: style: Variable 'sc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/bitmap.c:87:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_BITMAP_MAXBITS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/bitmap.c:108:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BITMAP_GROUP_NBITS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/bitmap.c:119:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_BITMAP [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/buf_writer.c:14:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/buf_writer.c:46:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable je_malloc_message [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/buf_writer.c:126:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/cache_bin.c:11:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CACHE_BIN_NCACHED_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/cache_bin.c:29:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncached_max [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/cache_bin.c:43:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/cache_bin.c:62:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cache_bin_trailing_junk [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/cache_bin.c:97:47: style: Parameter 'bin' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ckh.c:66:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:90:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:111:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:153:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:241:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable key [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:271:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:321:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:386:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:432:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:449:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:496:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:528:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ckh.c:438:18: style: Parameter 'ckh' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:931:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:989:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1027:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dss_prec_names [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1058:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1103:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1266:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destroyed_link [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1294:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1307:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLCTL_ARENAS_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1402:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_arenas_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1476:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1558:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTL_MAX_DEPTH [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1589:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1611:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1642:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1670:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1700:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1979:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:1985:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNUSED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2007:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2059:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2113:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2114:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2115:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2116:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2117:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2118:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2119:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2120:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2121:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2122:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2123:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2124:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2128:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2129:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2130:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2131:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2132:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2135:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2136:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2138:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2139:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2146:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2147:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2150:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2151:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2152:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2153:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2155:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2158:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2160:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2161:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2162:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2163:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2165:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2166:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2167:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2168:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2169:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2170:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2171:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2172:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2173:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2174:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2175:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2176:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2177:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_utrace [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2178:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_xmalloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2179:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_enable_cxx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2181:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2182:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2183:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2185:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2187:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2188:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2189:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2190:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2191:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2193:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2195:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2196:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2198:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2199:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2200:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2201:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2203:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2204:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2205:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2206:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2207:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2208:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2209:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2210:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2212:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2213:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2215:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2217:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_uaf_detection [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2219:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2233:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2281:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2282:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2283:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2284:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2296:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2315:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2333:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2350:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2366:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2399:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2431:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2466:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2485:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2500:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2519:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2543:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLCTL_ARENAS_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2586:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2601:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2616:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2633:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2648:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2699:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2732:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dss_prec_limit [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2793:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2826:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2889:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2949:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_retain [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3011:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3030:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3063:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3064:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3065:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3066:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3067:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3068:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3069:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3070:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3071:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3075:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3081:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3082:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3087:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3101:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3125:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_config_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3151:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3182:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3214:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3252:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3275:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3305:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3323:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lg_prof_sample [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3342:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3343:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3352:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3372:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3389:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3421:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3449:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3466:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3467:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3468:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3469:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3470:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3471:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3472:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3474:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3476:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3478:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3481:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3484:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3485:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3487:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3489:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3490:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3492:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3493:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3494:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3495:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3497:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3499:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3502:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3506:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3510:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3515:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3519:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3523:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3528:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3531:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3534:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3536:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3538:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3540:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3543:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3548:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3551:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3553:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3555:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3557:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3559:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3561:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3563:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3565:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3567:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3569:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3575:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3577:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3611:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3620:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3674:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3676:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3678:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3680:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3682:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3684:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3686:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3688:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3690:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3692:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3698:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3704:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3707:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3710:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3713:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3719:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3725:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3727:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3729:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3731:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3733:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3735:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3741:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3747:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3749:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3751:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3753:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3757:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3760:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3762:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3766:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3769:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3771:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3775:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3778:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3780:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3784:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3787:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3789:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3793:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3796:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3799:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3804:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3807:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3810:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3817:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3826:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3855:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3882:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3900:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:3993:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inspect_extent_util_stats_verbose_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4118:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inspect_extent_util_stats_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4162:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4201:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4240:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4273:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4295:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4321:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4343:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4359:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4385:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:4407:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ctl.c:2467:2: warning: Either the condition 'oldlenp==NULL' is redundant or there is possible null pointer dereference: oldlenp. [nullPointerRedundantCheck] memkind-1.14.0/jemalloc/src/ctl.c:2467:2: note: Assuming that condition 'oldlenp==NULL' is not redundant memkind-1.14.0/jemalloc/src/ctl.c:2467:2: note: Null pointer dereference memkind-1.14.0/jemalloc/src/ctl.c:3101:2: warning: Either the condition 'oldlenp==NULL' is redundant or there is possible null pointer dereference: oldlenp. [nullPointerRedundantCheck] memkind-1.14.0/jemalloc/src/ctl.c:3101:2: note: Assuming that condition 'oldlenp==NULL' is not redundant memkind-1.14.0/jemalloc/src/ctl.c:3101:2: note: Null pointer dereference memkind-1.14.0/jemalloc/src/ctl.c:3126:2: warning: Either the condition 'oldlenp==NULL' is redundant or there is possible null pointer dereference: oldlenp. [nullPointerRedundantCheck] memkind-1.14.0/jemalloc/src/ctl.c:3126:2: note: Assuming that condition 'oldlenp==NULL' is not redundant memkind-1.14.0/jemalloc/src/ctl.c:3126:2: note: Null pointer dereference memkind-1.14.0/jemalloc/src/ctl.c:4273:2: warning: Either the condition 'oldlenp==NULL' is redundant or there is possible null pointer dereference: oldlenp. [nullPointerRedundantCheck] memkind-1.14.0/jemalloc/src/ctl.c:4273:2: note: Assuming that condition 'oldlenp==NULL' is not redundant memkind-1.14.0/jemalloc/src/ctl.c:4273:2: note: Null pointer dereference memkind-1.14.0/jemalloc/src/ctl.c:4177:2: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] memkind-1.14.0/jemalloc/src/ctl.c:4188:4: note: Found duplicate branches for 'if' and 'else'. memkind-1.14.0/jemalloc/src/ctl.c:4177:2: note: Found duplicate branches for 'if' and 'else'. memkind-1.14.0/jemalloc/src/ctl.c:3697:27: style:inconclusive: Function 'stats_arenas_i_bins_j_index' argument 4 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent] memkind-1.14.0/jemalloc/src/ctl.c:228:1: note: Function 'stats_arenas_i_bins_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3697:27: note: Function 'stats_arenas_i_bins_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3718:27: style:inconclusive: Function 'stats_arenas_i_lextents_j_index' argument 4 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent] memkind-1.14.0/jemalloc/src/ctl.c:233:1: note: Function 'stats_arenas_i_lextents_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3718:27: note: Function 'stats_arenas_i_lextents_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3740:27: style:inconclusive: Function 'stats_arenas_i_extents_j_index' argument 4 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent] memkind-1.14.0/jemalloc/src/ctl.c:240:1: note: Function 'stats_arenas_i_extents_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3740:27: note: Function 'stats_arenas_i_extents_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3816:27: style:inconclusive: Function 'stats_arenas_i_hpa_shard_nonfull_slabs_j_index' argument 4 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent] memkind-1.14.0/jemalloc/src/ctl.c:273:1: note: Function 'stats_arenas_i_hpa_shard_nonfull_slabs_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:3816:27: note: Function 'stats_arenas_i_hpa_shard_nonfull_slabs_j_index' argument 4 names different: declaration 'i' definition 'j'. memkind-1.14.0/jemalloc/src/ctl.c:1068:17: style: Variable 'bstats' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/ctl.c:1189:17: style: Variable 'bstats' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/ctl.c:2310:26: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2310:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2310:55: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2330:55: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2347:26: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2347:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2347:55: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2427:26: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2427:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2427:55: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2462:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2481:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2481:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2496:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2496:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2513:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2581:71: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2582:13: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2582:28: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2596:71: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2597:13: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2597:28: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2612:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2612:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:2612:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3006:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3073:28: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3085:32: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3248:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3248:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3301:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3301:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3321:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3321:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3346:72: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3347:13: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3446:26: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3446:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3696:37: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3717:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3739:40: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3815:56: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3880:11: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3880:25: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:3990:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4115:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4161:26: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4161:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4161:55: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4170:11: style: Variable 'arena' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/ctl.c:4237:26: style: Parameter 'oldp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4237:40: style: Parameter 'oldlenp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4290:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4316:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4341:33: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4354:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4380:40: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4405:37: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/ctl.c:4177:48: style: Variable 'arena' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/jemalloc/src/ctl.c:4172:10: style: Unused variable: pactivep [unusedVariable] memkind-1.14.0/jemalloc/src/decay.c:32:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:48:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:68:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NSTIME_SEC_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:104:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:120:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:163:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:233:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/decay.c:244:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DECAY_UNBOUNDED_TIME_TO_PURGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/edata.c:4:8: error: syntax error [syntaxError] memkind-1.14.0/jemalloc/src/edata_cache.c:12:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/edata_cache.c:70:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDATA_CACHE_FAST_FILL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/edata_cache.c:84:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_EDATA_CACHE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/edata_cache.c:135:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_EDATA_CACHE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:30:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dss_prec_primary [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:71:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:76:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:90:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:163:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:200:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:239:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_thp [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/ehooks.c:176:38: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'ehooks_default_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/ehooks.c:273:2: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/ehooks.c:176:38: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/jemalloc/src/ehooks.c:176:58: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'ehooks_default_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/ehooks.c:273:2: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/ehooks.c:176:58: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/jemalloc/src/emap.c:22:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:46:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:160:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:181:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:223:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:237:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:250:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:286:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:329:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:341:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:366:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/emap.c:285:45: style: Parameter 'trail' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/emap.c:328:14: style: Parameter 'lead' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/emap.c:328:29: style: Parameter 'trail' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/eset.c:19:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:25:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:36:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:53:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nextents [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:64:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nextents [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:80:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable heap [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:121:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:169:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:209:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_cmp_summary_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/eset.c:264:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/exp_grow.c:6:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:51:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_dirty [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:63:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:84:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:101:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:140:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:207:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:229:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:262:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:278:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_merging [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:286:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:312:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:323:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:399:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:540:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:600:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:648:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:787:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:813:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_merging [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:838:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:894:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:918:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_muzzy [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:959:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:976:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:996:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1030:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1085:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_retained [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1107:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1125:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1136:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1153:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1180:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1247:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1301:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1319:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slab_data_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent.c:1063:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] memkind-1.14.0/jemalloc/src/extent.c:1067:4: note: Found duplicate branches for 'if' and 'else'. memkind-1.14.0/jemalloc/src/extent.c:1063:9: note: Found duplicate branches for 'if' and 'else'. memkind-1.14.0/jemalloc/src/extent.c:597:35: style:inconclusive: Function 'extent_recycle' argument 6 names different: declaration 'usize' definition 'size'. [funcArgNamesDifferent] memkind-1.14.0/jemalloc/src/extent.c:39:53: note: Function 'extent_recycle' argument 6 names different: declaration 'usize' definition 'size'. memkind-1.14.0/jemalloc/src/extent.c:597:35: note: Function 'extent_recycle' argument 6 names different: declaration 'usize' definition 'size'. memkind-1.14.0/jemalloc/src/extent.c:226:74: style: Parameter 'ecache' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/extent.c:481:14: style: Parameter 'expand_edata' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/extent.c:743:12: style: Variable 'p' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/extent_dss.c:54:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:63:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:72:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPIN_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:85:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:100:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:113:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:245:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:255:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:269:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/extent_dss.c:97:14: style: Condition 'max_cur==(void*)-1' is always false [knownConditionTrueFalse] memkind-1.14.0/jemalloc/src/extent_dss.c:96:33: note: Calling function 'extent_dss_sbrk' returns 0 memkind-1.14.0/jemalloc/src/extent_dss.c:96:33: note: Assignment 'max_cur=extent_dss_sbrk(0)', assigned value is 0 memkind-1.14.0/jemalloc/src/extent_dss.c:97:14: note: Condition 'max_cur==(void*)-1' is always false memkind-1.14.0/jemalloc/src/extent_dss.c:223:17: style: Condition 'dss_prev==(void*)-1' is always false [knownConditionTrueFalse] memkind-1.14.0/jemalloc/src/extent_dss.c:183:36: note: Calling function 'extent_dss_sbrk' returns 0 memkind-1.14.0/jemalloc/src/extent_dss.c:183:36: note: Assignment 'dss_prev=extent_dss_sbrk(incr)', assigned value is 0 memkind-1.14.0/jemalloc/src/extent_dss.c:184:17: note: Assuming condition is false memkind-1.14.0/jemalloc/src/extent_dss.c:223:17: note: Condition 'dss_prev==(void*)-1' is always false memkind-1.14.0/jemalloc/src/extent_dss.c:110:29: style: Parameter 'zero' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/extent_dss.c:183:10: style: Variable 'dss_prev' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/extent_mmap.c:23:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/fxp.c:116:57: error: There is an unknown macro here somewhere. Configuration is required. If FMTu32 is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/hook.c:30:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hook.c:69:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hook.c:74:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hook.c:159:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hook.c:173:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hook.c:187:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hook.c:28:30: style: Parameter 'to_install' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/hook.c:75:9: style: Variable 'hooks_begin' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/hook.c:76:9: style: Variable 'hooks_end' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/hook.c:77:9: style: Variable 'hook' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/hpa.c:36:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pages_can_hugify [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:86:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpdata_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:94:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:274:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:287:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fxp_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:423:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:501:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:721:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:762:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:802:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_HPA [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:854:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ql_link_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:889:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:962:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:978:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpa.c:57:40: style: Parameter 'shard' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/hpa.c:240:35: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/hpa.c:375:12: style: Variable 'to_hugify' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/hpa.c:785:20: style: Parameter 'tsdn' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'tsdn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:785:20: note: Parameter 'tsdn' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:785:33: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:785:33: note: Parameter 'self' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:785:48: style: Parameter 'edata' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'edata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:785:48: note: Parameter 'edata' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:786:39: style: Parameter 'deferred_work_generated' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'deferred_work_generated' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:786:39: note: Parameter 'deferred_work_generated' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:792:20: style: Parameter 'tsdn' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'tsdn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:792:20: note: Parameter 'tsdn' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:792:33: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:792:33: note: Parameter 'self' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:792:48: style: Parameter 'edata' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'edata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:792:48: note: Parameter 'edata' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:793:45: style: Parameter 'deferred_work_generated' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'deferred_work_generated' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:793:45: note: Parameter 'deferred_work_generated' can be declared as pointer to const memkind-1.14.0/jemalloc/src/hpa.c:952:49: style: Parameter 'bin_stats' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/hpa_hooks.c:27:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/hpdata.c:18:8: error: syntax error [syntaxError] memkind-1.14.0/jemalloc/src/inspect.c:9:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/inspect.c:34:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/jemalloc.c:175:1: error: There is an unknown macro here somewhere. Configuration is required. If JEMALLOC_ALIGNED is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/jemalloc_cpp.cpp:59:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_experimental_infallible_new [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/jemalloc_cpp.cpp:102:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IsNoExcept [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/large.c:17:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CACHELINE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/large.c:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNUSED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/large.c:89:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz_large_pad [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/large.c:135:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/large.c:177:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CACHELINE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/large.c:187:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/log.c:55:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/malloc_io.c:632:1: error: There is an unknown macro here somewhere. Configuration is required. If JEMALLOC_FORMAT_PRINTF is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/mutex.c:56:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncpus [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/mutex.c:111:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mutex_prof_data_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/mutex.c:170:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_MUTEX_TYPE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/mutex.c:208:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_abort [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/nstime.c:255:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_time_res_high [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/nstime.c:12:34: style: Parameter 'time' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/nstime.c:238:31: style: Parameter 'time' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/pa.c:9:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:14:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:54:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:95:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:103:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:117:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:126:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:161:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:186:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:217:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa.c:265:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa_extra.c:80:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa_extra.c:90:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pa_extra.c:170:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_prof_mutex_extent_avail [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:49:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_dirty [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:108:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_muzzy [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:114:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:139:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:203:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:269:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:286:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:303:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MIN [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:319:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pszind_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:345:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:375:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_muzzy [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:439:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:509:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAC_PURGE_ALWAYS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pac.c:318:13: style: Parameter 'new_limit' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/pac.c:364:47: style: Parameter 'ecache' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/pages.c:147:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:208:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFERROR_BUF [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:250:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:328:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:431:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pages_can_purge_lazy [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:469:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pages_can_purge_forced [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:581:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:683:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thp_mode_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:702:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_madvise_huge [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:760:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/pages.c:342:3: error: Memory leak: result [memleak] memkind-1.14.0/jemalloc/src/peak_event.c:59:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MIN_START_WAIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/peak_event.c:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MIN_START_WAIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/peak_event.c:53:34: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/peak_event.c:58:40: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/peak_event.c:69:35: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/peak_event.c:74:41: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/peak_event.c:54:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn] memkind-1.14.0/jemalloc/src/peak_event.c:70:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn] memkind-1.14.0/jemalloc/src/prof.c:84:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:101:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:151:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:251:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MAX_START_WAIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:270:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:284:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:298:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:308:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:332:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:347:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:404:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:454:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:531:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:537:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:542:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:548:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:553:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:588:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:706:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_dump_mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:725:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_dump_filename_mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:742:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_stats_mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:769:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_stats_mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof.c:213:35: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/prof.c:464:16: style: Variable 'tdata' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/prof_data.c:507:1: error: There is an unknown macro here somewhere. Configuration is required. If JEMALLOC_FORMAT_PRINTF is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/prof_log.c:139:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:181:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:206:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:312:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:325:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:338:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:351:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:358:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:411:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:425:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:500:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_uint64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:533:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_string [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:553:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:592:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_uint64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:615:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:704:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_log.c:124:42: style: Parameter 'bt' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/prof_log.c:205:53: style: Parameter 'prof_info' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/prof_recent.c:21:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:26:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:39:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:45:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_recent_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:53:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_recent_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:66:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:105:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:110:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:123:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:128:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:134:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:140:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:197:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:265:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:280:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:407:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:461:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:481:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_string [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:489:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:534:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:584:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_recent.c:169:17: style: Variable 'old_recent_alloc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/prof_recent.c:180:17: style: Variable 'old_recent_alloc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/prof_stats.c:14:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_stats.c:25:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_stats.c:36:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_stats.c:45:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_stats.c:53:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/prof_sys.c:425:1: error: There is an unknown macro here somewhere. Configuration is required. If JEMALLOC_FORMAT_PRINTF is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/psset.c:10:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:37:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:56:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npageslabs [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:99:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:106:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:121:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:139:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:171:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:192:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:219:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:258:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:318:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:345:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/psset.c:25:66: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/rtree.c:33:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rtree_node_elm_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:39:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rtree_leaf_elm_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:50:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:76:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:111:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:140:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:174:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:251:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTREE_CTX_NCACHE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/rtree.c:233:3: error: Uninitialized variable: node [uninitvar] memkind-1.14.0/jemalloc/src/safety_check.c:23:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_PRINTF_BUFSIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san.c:26:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san.c:46:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san.c:80:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san.c:100:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san.c:157:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uaf_detect_junk [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san.c:201:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san_bump.c:78:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/san_bump.c:94:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SBA_RETAINED_ALLOC_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sc.c:238:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sc.c:265:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:26:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:223:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:360:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:369:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:385:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:396:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:406:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:413:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/sec.c:420:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/stats.c:170:2: error: There is an unknown macro here somewhere. Configuration is required. If MUTEX_PROF_COUNTERS is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/sz.c:5:1: error: There is an unknown macro here somewhere. Configuration is required. If JEMALLOC_ALIGNED is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/tcache.c:96:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MIN_START_WAIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:106:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MIN_START_WAIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:111:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:126:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:165:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:184:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:218:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_INVALID_ELAPSED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:224:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_INVALID_ELAPSED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:257:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:265:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:288:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:319:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:515:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptrs [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:567:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptrs [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:586:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:606:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:656:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tcache_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:718:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:760:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tcache_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:789:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:853:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:864:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:890:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:955:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCACHES_ELM_NEED_REINIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:992:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:1051:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCACHE_MAXCLASS_LIMIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/tcache.c:375:7: style: The if condition is the same as the previous if condition [duplicateCondition] memkind-1.14.0/jemalloc/src/tcache.c:361:7: note: First condition memkind-1.14.0/jemalloc/src/tcache.c:375:7: note: Second condition memkind-1.14.0/jemalloc/src/tcache.c:90:33: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/tcache.c:95:39: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/tcache.c:100:40: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/tcache.c:105:46: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/tcache.c:230:15: style: Parameter 'tcache' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/tcache.c:309:45: style: Parameter 'tcache' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/src/tcache.c:311:17: style: Variable 'tcache_slow' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/tcache.c:408:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/tcache.c:557:8: style: Variable 'head_content' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/tcache.c:784:17: style: Variable 'tcache_slow' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/src/thread_event.c:81:2: error: There is an unknown macro here somewhere. Configuration is required. If ITERATE_OVER_ALL_EVENTS is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/src/tsd.c:53:0: error: syntax error [syntaxError] memkind-1.14.0/jemalloc/src/witness.c:96:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/witness.c:104:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/witness.c:112:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/src/witness.c:31:12: style: Condition 'last!=NULL' is always false [knownConditionTrueFalse] memkind-1.14.0/jemalloc/src/witness.c:28:24: note: Assignment 'last=NULL', assigned value is 0 memkind-1.14.0/jemalloc/src/witness.c:31:12: note: Condition 'last!=NULL' is always false memkind-1.14.0/jemalloc/src/witness.c:35:19: style: Condition 'last!=NULL' is always false [knownConditionTrueFalse] memkind-1.14.0/jemalloc/src/witness.c:28:24: note: Assignment 'last=NULL', assigned value is 0 memkind-1.14.0/jemalloc/src/witness.c:35:19: note: Condition 'last!=NULL' is always false memkind-1.14.0/jemalloc/src/zone.c:7:0: error: #error "This source file is for zones on Darwin (OS X)." [preprocessorErrorDirective] memkind-1.14.0/jemalloc/test/analyze/rand.c:219:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/analyze/sizes.c:35:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/MALLOCX_ARENA.c:31:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/MALLOCX_ARENA.c:65:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_MALLOCX_ARENA [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:23:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:61:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:111:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:73:2: error: Memory leak: p [memleak] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:85:2: error: Memory leak: p [memleak] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:18:8: style: Variable 'p' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:50:8: style: Variable 'p' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/integration/allocated.c:21:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/cpp/basic.cpp:23:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_basic [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/cpp/infallible_new_false.cpp:21:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_failing_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/cpp/infallible_new_true.cpp:65:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_failing_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/cpp/infallible_new_true.cpp:25:42: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/test/integration/cpp/infallible_new_true.cpp:29:42: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/test/integration/cpp/infallible_new_true.cpp:38:6: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/test/integration/cpp/infallible_new_true.cpp:50:23: style: C-style pointer casting [cstyleCast] memkind-1.14.0/jemalloc/test/integration/extent.c:16:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:115:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:148:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable try_split [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:223:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:243:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable called_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:264:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/extent.c:273:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/malloc.c:15:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_zero_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/mallocx.c:72:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTRDIFF_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/mallocx.c:96:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/mallocx.c:183:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/mallocx.c:223:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/mallocx.c:31:4: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/integration/mallocx.c:27:4: note: z is assigned memkind-1.14.0/jemalloc/test/integration/mallocx.c:31:4: note: z is overwritten memkind-1.14.0/jemalloc/test/integration/overflow.c:34:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/overflow.c:58:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_overflow [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/posix_memalign.c:21:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/posix_memalign.c:91:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/posix_memalign.c:57:30: error: Memory leak: p [memleak] memkind-1.14.0/jemalloc/test/integration/posix_memalign.c:67:30: error: Memory leak: p [memleak] memkind-1.14.0/jemalloc/test/integration/rallocx.c:127:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/rallocx.c:231:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/rallocx.c:282:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTRDIFF_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/rallocx.c:31:4: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/integration/rallocx.c:27:4: note: z is assigned memkind-1.14.0/jemalloc/test/integration/rallocx.c:31:4: note: z is overwritten memkind-1.14.0/jemalloc/test/integration/rallocx.c:98:20: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/integration/sdallocx.c:27:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:79:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_slab_sizes [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:55:12: style: Condition '100<=bin_size' is always true [knownConditionTrueFalse] memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:43:16: note: Assuming that condition 'bin_size<100' is not redundant memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:55:12: note: Condition '100<=bin_size' is always true memkind-1.14.0/jemalloc/test/integration/smallocx.c:8:0: error: #error "JEMALLOC_VERSION_GID_IDENT not defined" [preprocessorErrorDirective] memkind-1.14.0/jemalloc/test/integration/thread_arena.c:20:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFERROR_BUF [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/thread_arena.c:42:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFERROR_BUF [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/thread_arena.c:85:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_thread_arena [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/xallocx.c:138:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/xallocx.c:167:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/xallocx.c:200:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/xallocx.c:255:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/xallocx.c:316:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/integration/xallocx.c:99:4: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/integration/xallocx.c:95:4: note: z is assigned memkind-1.14.0/jemalloc/test/integration/xallocx.c:99:4: note: z is overwritten memkind-1.14.0/jemalloc/test/src/SFMT.c:266:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SL2 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:289:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:316:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:387:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:420:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDSTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:429:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N32 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:449:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:488:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:553:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N32 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:589:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N32 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:613:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sfmt_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:645:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/SFMT.c:261:74: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/src/SFMT.c:449:15: style: Variable 'psfmt32' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/src/SFMT.c:488:15: style: Variable 'psfmt64' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/src/SFMT.c:638:33: style: Parameter 'init_key' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/src/mtx.c:22:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTHREAD_MUTEX_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/test.c:65:1: error: There is an unknown macro here somewhere. Configuration is required. If JEMALLOC_FORMAT_PRINTF is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/src/timer.c:32:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/src/timer.c:24:26: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/src/timer.c:24:42: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/stress/batch_alloc.c:22:9: style: struct member 'batch_alloc_packet_s::ptrs' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/stress/batch_alloc.c:23:9: style: struct member 'batch_alloc_packet_s::num' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/stress/batch_alloc.c:24:9: style: struct member 'batch_alloc_packet_s::size' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/stress/batch_alloc.c:25:6: style: struct member 'batch_alloc_packet_s::flags' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/stress/fill_flush.c:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/stress/fill_flush.c:58:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/stress/hookbench.c:45:36: error: There is an unknown macro here somewhere. Configuration is required. If FMTu64 is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/stress/large_microbench.c:31:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_large_vs_small [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/stress/mallctl.c:58:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/SFMT.c:1543:34: error: There is an unknown macro here somewhere. Configuration is required. If FMTx64 is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/a0.c:15:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_a0 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:28:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:237:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ARENA_DECAY_NTICKS_PER_UPDATE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:261:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:320:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:378:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:398:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:111:2: warning: Return value of function realloc() is not used. [ignoredReturnValue] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:111:2: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:105:2: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:363:5: style: Variable 'sz' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/arena_decay.c:336:5: note: sz is assigned memkind-1.14.0/jemalloc/test/unit/arena_decay.c:363:5: note: sz is overwritten memkind-1.14.0/jemalloc/test/unit/arena_reset.c:64:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_reset.c:102:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_reset.c:140:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_reset.c:284:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_reset.c:322:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/arena_reset.c:43:4: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/arena_reset.c:39:4: note: z is assigned memkind-1.14.0/jemalloc/test/unit/arena_reset.c:43:4: note: z is overwritten memkind-1.14.0/jemalloc/test/unit/atomic.c:186:0: debug: Failed to parse 'typedef TEST_END struct { uint32_t val1 ; uint32_t val2 ; uint32_t val3 ; } u32_test_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/atomic.c:193:0: debug: Failed to parse 'typedef TEST_END struct { void * val1 ; void * val2 ; void * val3 ; } p_test_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/atomic.c:199:0: debug: Failed to parse 'typedef TEST_END struct { size_t val1 ; size_t val2 ; size_t val3 ; } zu_test_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/atomic.c:205:0: debug: Failed to parse 'typedef TEST_END struct { ssize_t val1 ; ssize_t val2 ; ssize_t val3 ; } zd_test_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/atomic.c:211:0: debug: Failed to parse 'typedef TEST_END struct { unsigned val1 ; unsigned val2 ; unsigned val3 ; } u_test_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/atomic.c:191:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/atomic.c:197:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/atomic.c:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/atomic.c:209:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/atomic.c:216:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread.c:16:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_background_threads [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread.c:35:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_background_threads [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread.c:44:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread_enable.c:14:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncpus [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread_enable.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/background_thread_enable.c:45:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/base.c:38:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/base.c:69:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable try_dalloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/base.c:114:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable try_dalloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/base.c:232:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/base.c:246:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:25:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:85:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:164:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:62:9: style: struct member 'batch_alloc_packet_s::ptrs' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:63:9: style: struct member 'batch_alloc_packet_s::num' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:64:9: style: struct member 'batch_alloc_packet_s::size' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:65:6: style: struct member 'batch_alloc_packet_s::flags' is never used. [unusedStructMember] memkind-1.14.0/jemalloc/test/unit/binshard.c:19:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/binshard.c:62:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/binshard.c:85:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_percpu_arena [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:37:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu32 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:82:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu32 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:139:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:178:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu32 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bit_util.c:183:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu64 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/bitmap.c:74:2: error: There is an unknown macro here somewhere. Configuration is required. If NBITS_TAB is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/cache_bin.c:10:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arr [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/cache_bin.c:43:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arr [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/cache_bin.c:61:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arr [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/decay.c:31:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SSIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/decay.c:229:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DECAY_UNBOUNDED_TIME_TO_PURGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/div.c:28:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_div_exhaustive [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/div.c:11:8: style: Variable 'max' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/jemalloc/test/unit/double_free.c:25:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_safety_checks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/double_free.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_safety_checks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/double_free.c:37:3: error: Memory pointed to by 'ptr' is freed twice. [doubleFree] memkind-1.14.0/jemalloc/test/unit/double_free.c:35:2: note: Memory pointed to by 'ptr' is freed twice. memkind-1.14.0/jemalloc/test/unit/double_free.c:37:3: note: Memory pointed to by 'ptr' is freed twice. memkind-1.14.0/jemalloc/test/unit/edata_cache.c:7:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/edata_cache.c:16:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/edata_cache.c:24:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/edata_cache.c:54:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ql_link_inactive [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/edata_cache.c:67:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/edata_cache.c:105:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDATA_CACHE_FAST_FILL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/edata_cache.c:188:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDATA_CACHE_FAST_FILL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:73:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_PRINTF_BUFSIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:114:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_bool [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:171:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:229:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_bool [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:283:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:339:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:394:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:458:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_justify_left [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/emitter.c:486:11: style: Variable 'abc.type' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/emitter.c:472:11: note: abc.type is assigned memkind-1.14.0/jemalloc/test/unit/emitter.c:486:11: note: abc.type is overwritten memkind-1.14.0/jemalloc/test/unit/emitter.c:489:11: style: Variable 'ghi.type' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/emitter.c:474:11: note: ghi.type is assigned memkind-1.14.0/jemalloc/test/unit/emitter.c:489:11: note: ghi.type is overwritten memkind-1.14.0/jemalloc/test/unit/emitter.c:481:14: style: Variable 'abc.int_val' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/emitter.c:476:14: note: abc.int_val is assigned memkind-1.14.0/jemalloc/test/unit/emitter.c:481:14: note: abc.int_val is overwritten memkind-1.14.0/jemalloc/test/unit/emitter.c:482:15: style: Variable 'def.bool_val' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/emitter.c:477:15: note: def.bool_val is assigned memkind-1.14.0/jemalloc/test/unit/emitter.c:482:15: note: def.bool_val is overwritten memkind-1.14.0/jemalloc/test/unit/emitter.c:483:14: style: Variable 'ghi.int_val' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/emitter.c:478:14: note: ghi.int_val is assigned memkind-1.14.0/jemalloc/test/unit/emitter.c:483:14: note: ghi.int_val is overwritten memkind-1.14.0/jemalloc/test/unit/emitter.c:488:15: style: Variable 'def.bool_val' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/emitter.c:482:15: note: def.bool_val is assigned memkind-1.14.0/jemalloc/test/unit/emitter.c:488:15: note: def.bool_val is overwritten memkind-1.14.0/jemalloc/test/unit/extent_quantize.c:82:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/extent_quantize.c:108:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:8:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:23:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:30:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:61:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:79:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:117:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:189:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:214:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:227:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:258:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:299:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:481:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iter_begin [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:546:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:574:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:671:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:726:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:781:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:805:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:813:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:882:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_bit_and [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:888:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:900:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_bit_or [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:906:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:932:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fb.c:877:11: style:inconclusive: Boolean expression 'a' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] memkind-1.14.0/jemalloc/test/unit/fb.c:895:11: style:inconclusive: Boolean expression 'a' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] memkind-1.14.0/jemalloc/test/unit/fork.c:78:2: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed] memkind-1.14.0/jemalloc/test/unit/fxp.c:259:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/fxp.c:276:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FXP_BUF_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hash.c:70:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hashes [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:128:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:175:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:208:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:226:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:337:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:384:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:412:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:469:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hook.c:434:3: warning: Return value of function realloc() is not used. [ignoredReturnValue] memkind-1.14.0/jemalloc/test/unit/hook.c:434:3: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed] memkind-1.14.0/jemalloc/test/unit/hook.c:68:25: style: Parameter 'args_raw' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/unit/hook.c:73:28: style: Parameter 'args_raw_expected' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/unit/hpa.c:108:1: debug: Failed to parse 'typedef rb_tree ( TEST_END struct mem_contents_s ) mem_tree_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/hpa.c:40:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:69:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:76:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpa_hooks_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:156:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpa_hooks_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:243:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:252:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpa_hooks_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:383:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:446:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mem_tree_empty [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa.c:341:25: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'defer_test_hugify' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/hpa.c:369:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/hpa.c:341:25: note: Parameter 'ptr' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/hpa.c:347:27: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'defer_test_dehugify' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/hpa.c:370:20: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/hpa.c:347:27: note: Parameter 'ptr' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:104:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:136:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:152:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:181:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpdata.c:8:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpdata.c:60:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpdata.c:100:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpdata.c:158:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/hpdata.c:223:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/huge.c:27:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_percpu_arena [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/huge.c:92:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/inspect.c:36:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/inspect.c:173:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/inspect.c:275:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SMALL_MAXCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/junk.c:37:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_junk_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/junk.c:82:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/junk.c:135:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_junk_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/junk.c:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable junk_alloc_callback [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/junk.c:123:6: warning: Return value of function realloc() is not used. [ignoredReturnValue] memkind-1.14.0/jemalloc/test/unit/junk.c:123:6: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed] memkind-1.14.0/jemalloc/test/unit/log.c:23:3: error: There is an unknown macro here somewhere. Configuration is required. If log_do_end is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/mallctl.c:549:15: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/malloc_conf_2.c:28:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_malloc_conf_2 [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/malloc_io.c:26:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/mpsc_queue.c:6:1: debug: Failed to parse 'typedef ql_head ( struct elem_s ) elem_list_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/mpsc_queue.c:7:1: debug: Failed to parse 'typedef mpsc_queue ( struct elem_s ) elem_mpsc_queue_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/mpsc_queue.c:265:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/mpsc_queue.c:234:23: error: Uninitialized variable: elem->thread [uninitvar] memkind-1.14.0/jemalloc/test/unit/mq.c:10:1: error: There is an unknown macro here somewhere. Configuration is required. If mq_gen is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/mtx.c:14:0: debug: Failed to parse 'typedef TEST_END struct { mtx_t mtx ; unsigned x ; } thd_start_arg_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:67:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ehooks_default_extent_hooks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:41: style: Parameter 'hooks' can be declared as pointer to const. However it seems that 'purge_forced_record_max' is a callback function, if 'hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:68:45: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:41: note: Parameter 'hooks' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:54: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'purge_forced_record_max' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:68:45: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:54: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:35: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'dalloc_record_max' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:69:39: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:35: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:55: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'dalloc_record_max' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:69:39: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:55: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/pa.c:15:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:21:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:34:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_hooks_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:56:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:83:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:92:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:125:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_alloc_free_purge_thds [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pa.c:13:28: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'merge_hook' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:36:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:13:28: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/pa.c:13:48: style: Parameter 'addr_a' can be declared as pointer to const. However it seems that 'merge_hook' is a callback function, if 'addr_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:36:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:13:48: note: Parameter 'addr_a' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/pa.c:14:11: style: Parameter 'addr_b' can be declared as pointer to const. However it seems that 'merge_hook' is a callback function, if 'addr_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:36:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:14:11: note: Parameter 'addr_b' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/pa.c:19:28: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'split_hook' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:37:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:19:28: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/pa.c:19:48: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'split_hook' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:37:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:19:48: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/pack.c:40:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pack.c:100:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptrs [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pack.c:165:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_pack [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pages.c:8:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/pages.c:28:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_pages_huge [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/peak.c:6:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEAK_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/peak.c:46:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_peak [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/ph.c:65:20: error: There is an unknown macro here somewhere. Configuration is required. If FMTu64 is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/prng.c:83:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_accum.c:15:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_accum.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_accum.c:83:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_idump [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_accum.c:37:9: style: Modulo of one is always equal to zero [moduloofone] memkind-1.14.0/jemalloc/test/unit/prof_active.c:84:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_active.c:118:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_prof_active [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_gdump.c:13:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_gdump.c:20:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_gdump.c:76:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_gdump [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_hook.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_hook.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_hook.c:131:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_idump.c:19:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_idump.c:31:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_idump.c:56:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_idump [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_log.c:35:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_log.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_log.c:112:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_log.c:144:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_log.c:95:12: style: Variable 'p' is allocated memory that is never used. [unusedAllocatedMemory] memkind-1.14.0/jemalloc/test/unit/prof_log.c:100:12: style: Variable 'p' is allocated memory that is never used. [unusedAllocatedMemory] memkind-1.14.0/jemalloc/test/unit/prof_log.c:106:12: style: Variable 'p' is allocated memory that is never used. [unusedAllocatedMemory] memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:21:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:28:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:92:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:167:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:551:0: debug: Failed to parse 'typedef TEST_END struct { thd_t thd ; size_t id ; void * ptrs [ 512 ] ; size_t count ; } thd_data_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:12:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:30:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:56:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:104:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:144:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:442:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_prof_sys_thread_name [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:496:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:629:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_recent.c:522:6: style: Variable 'p' is allocated memory that is never used. [unusedAllocatedMemory] memkind-1.14.0/jemalloc/test/unit/prof_reset.c:10:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_reset.c:46:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_reset.c:87:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_reset.c:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_reset.c:212:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_reset.c:259:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_dump_open_file [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_stats.c:9:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_stats.c:105:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_stats.c:131:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_stats.c:6:39: style: Parameter 'sizes_array' can be declared as const array [constParameter] memkind-1.14.0/jemalloc/test/unit/prof_stats.c:7:9: style: Parameter 'flags_array' can be declared as const array [constParameter] memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:9:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOSYS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:76:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_prof_sys_thread_name [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:8:44: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'test_prof_sys_thread_name_read_error' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:47:30: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:8:44: note: Parameter 'buf' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:64:6: style: Variable 'p' is allocated memory that is never used. [unusedAllocatedMemory] memkind-1.14.0/jemalloc/test/unit/prof_tctx.c:12:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_tctx.c:47:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_prof_realloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_thread_name.c:35:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_thread_name.c:82:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/prof_thread_name.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:90:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:107:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:125:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:158:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:250:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:284:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:352:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:386:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:435:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:478:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:502:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:568:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:636:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:675:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/psset.c:337:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/psset.c:322:6: note: err is assigned memkind-1.14.0/jemalloc/test/unit/psset.c:337:6: note: err is overwritten memkind-1.14.0/jemalloc/test/unit/psset.c:403:12: style: Variable 'ps' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/unit/ql.c:9:1: debug: Failed to parse 'typedef ql_head ( struct list_s ) list_head_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/ql.c:64:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/ql.c:278:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/ql.c:73:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/ql.c:70:4: note: i is assigned memkind-1.14.0/jemalloc/test/unit/ql.c:73:4: note: i is overwritten memkind-1.14.0/jemalloc/test/unit/ql.c:80:9: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/ql.c:77:4: note: i is assigned memkind-1.14.0/jemalloc/test/unit/ql.c:80:9: note: i is overwritten memkind-1.14.0/jemalloc/test/unit/qr.c:134:5: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/jemalloc/test/unit/qr.c:132:5: note: j is assigned memkind-1.14.0/jemalloc/test/unit/qr.c:134:5: note: j is overwritten memkind-1.14.0/jemalloc/test/unit/rb.c:110:1: debug: Failed to parse 'typedef rb_tree ( struct node_s ) tree_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/rb.c:983:0: error: syntax error [syntaxError] memkind-1.14.0/jemalloc/test/unit/retained.c:62:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/retained.c:75:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPIN_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/retained.c:102:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/retained.c:187:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_retained [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/retained.c:145:12: style: Variable 'arena' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/jemalloc/test/unit/retained.c:147:21: style: Variable 'fragmented' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/jemalloc/test/unit/retained.c:161:16: style: Variable 'fragmented' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/jemalloc/test/unit/rtree.c:139:26: error: There is an unknown macro here somewhere. Configuration is required. If FMTxPTR is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/safety_check.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/safety_check.c:40:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/safety_check.c:56:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/safety_check.c:72:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/safety_check.c:89:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/safety_check.c:106:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/safety_check.c:79:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/safety_check.c:124:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/safety_check.c:130:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/san.c:22:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_prof [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/san.c:77:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/san.c:105:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/san.c:112:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/san.c:125:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/san_bump.c:8:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/san_bump.c:73:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sc.c:10:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BITMAP_MAXBITS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sc.c:32:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_update_slab_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:44:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:61:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:83:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:143:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:166:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:307:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:411:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:449:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:478:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:487:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:531:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sec.c:583:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/seq.c:25:0: debug: Failed to parse 'typedef seq_define ( struct data_s , data ) struct thd_data_s thd_data_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/size_check.c:35:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_size_checks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/size_check.c:48:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_size_checks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/size_check.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_size_checks [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/size_classes.c:87:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/size_classes.c:148:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/slab.c:8:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/slab.c:38:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_arena_slab_regind [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/smoothstep.c:33:20: error: There is an unknown macro here somewhere. Configuration is required. If FMTu64 is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/spin.c:6:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPIN_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/spin.c:17:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_spin [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:8:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:37:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:151:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:196:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:237:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:330:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:402:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:411:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats.c:135:17: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'thd_start' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/stats.c:143:19: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/stats.c:135:17: note: Parameter 'arg' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/stats.c:228:34: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/jemalloc/test/unit/stats_print.c:70:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNUSED [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats_print.c:88:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats_print.c:96:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/stats_print.c:147:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable token_pos [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sz.c:10:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NGROUP [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/sz.c:65:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_sz_psz2ind [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tcache_max.c:69:22: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/test_hooks.c:18:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_hooks_libc_hook [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/test_hooks.c:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_hooks_libc_hook [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/thread_event.c:9:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_NEXT_EVENT_FAST_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/thread_event.c:33:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_next_event_fast [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:137:0: debug: Failed to parse 'typedef TEST_END struct { atomic_u32_t phase ; atomic_b_t error ; } global_slow_data_t ;'. The checking continues anyway. [simplifyTypedef] memkind-1.14.0/jemalloc/test/unit/tsd.c:13:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_TSD_TEST_DATA_INIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:59:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_TSD_TEST_DATA_INIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:88:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_TSD_TEST_DATA_INIT [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:113:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsd_state_purgatory [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:156:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_SEQ_CST [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:210:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_SEQ_CST [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/tsd.c:266:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_status_fail [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/uaf.c:73:22: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] memkind-1.14.0/jemalloc/test/unit/witness.c:58:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/witness.c:98:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/witness.c:150:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/witness.c:181:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/witness.c:216:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/witness.c:240:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/witness.c:36:40: style: Parameter 'oa' can be declared as pointer to const. However it seems that 'witness_comp' is a callback function, if 'oa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/witness.c:110:27: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/witness.c:36:40: note: Parameter 'oa' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/witness.c:36:70: style: Parameter 'ob' can be declared as pointer to const. However it seems that 'witness_comp' is a callback function, if 'ob' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/witness.c:110:27: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/witness.c:36:70: note: Parameter 'ob' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/witness.c:46:48: style: Parameter 'oa' can be declared as pointer to const. However it seems that 'witness_comp_reverse' is a callback function, if 'oa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/witness.c:122:27: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/witness.c:46:48: note: Parameter 'oa' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/witness.c:47:11: style: Parameter 'ob' can be declared as pointer to const. However it seems that 'witness_comp_reverse' is a callback function, if 'ob' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/witness.c:122:27: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/witness.c:47:11: note: Parameter 'ob' can be declared as pointer to const memkind-1.14.0/jemalloc/test/unit/zero.c:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero.c:49:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_abort.c:24:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_realloc_abort [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_abort.c:16:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/zero_realloc_abort.c:16:6: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:5:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:17:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:35:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:47:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_realloc_alloc [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:32:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/zero_realloc_free.c:5:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_free.c:22:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_free.c:32:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_realloc_free [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_realloc_free.c:19:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/jemalloc/test/unit/zero_reallocs.c:5:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_reallocs.c:17:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_reallocs.c:39:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_zero_reallocs [valueFlowBailoutIncompleteVar] memkind-1.14.0/jemalloc/test/unit/zero_reallocs.c:24:3: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/src/hbwmalloc.c:24:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:29:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:34:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:39:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_INTERLEAVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:54:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:137:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:149:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:164:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_TOUCH_PAGES [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:234:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:239:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:245:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:254:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:271:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/hbwmalloc.c:192:15: style: Variable 'iter_end' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/hbwmalloc.c:180:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] memkind-1.14.0/src/memkind-auto-dax-kmem-nodes.c:46:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind-auto-dax-kmem-nodes.c:75:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/src/memkind-hbw-nodes.c:47:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind-hbw-nodes.c:115:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/src/memkind.c:343:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:353:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MASK_PAGE_SIZE_2MB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:362:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_POLICY_MAX_VALUE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:397:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:443:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NUM_BASE_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:457:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NUM_BASE_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:530:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:610:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:683:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:705:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:731:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:745:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_preferred_get_mbind_mode [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:957:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_config [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:990:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:1057:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_FIXED_OPS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:1073:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:1108:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_STAT_TYPE_MAX_VALUE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind.c:679:9: style: Condition '!memkind_use_other_heap_manager()' is always true [knownConditionTrueFalse] memkind-1.14.0/src/memkind.c:679:40: note: Calling function 'memkind_use_other_heap_manager' returns 0 memkind-1.14.0/src/memkind.c:679:9: note: Condition '!memkind_use_other_heap_manager()' is always true memkind-1.14.0/src/memkind.c:807:31: style: Variable 'fixed_priv' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/memkind_arena.c:100:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_ENVIRON [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:232:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MASK_PAGE_SIZE_2MB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:266:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MADV_DONTNEED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:328:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:382:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_ARENAS_CREATE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:468:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NUM_BASE_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:486:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:494:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JEMALLOC_TCACHE_CLASS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:535:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:549:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:583:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:601:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:615:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:655:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:680:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:764:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:772:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:788:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:838:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:856:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:863:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:882:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:904:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:912:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_STAT_PRINT_JSON_FORMAT [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:930:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_arena.c:90:15: style: Variable 'arena_num_env' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/memkind_arena.c:237:42: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_dalloc' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:317:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:237:42: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:237:62: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_dalloc' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:317:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:237:62: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:243:42: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_commit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:318:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:243:42: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:243:62: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_commit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:318:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:243:62: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:249:44: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_decommit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:319:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:249:44: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:249:64: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_decommit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:319:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:249:64: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:256:52: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_purge_hog_memory' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:320:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:256:52: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:256:72: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_purge_hog_memory' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:320:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:256:72: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:270:41: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:321:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:270:41: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:270:61: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:321:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:270:61: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:277:41: style: Parameter 'extent_hooks' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:277:61: style: Parameter 'addr_a' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:278:46: style: Parameter 'addr_b' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:326:58: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:428:58: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:612:58: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:691:64: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_bijective_get_arena' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:87:33: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:691:64: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:749:61: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_thread_get_arena' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:89:40: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:749:61: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/src/memkind_arena.c:783:51: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_arena.c:266:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] memkind-1.14.0/src/memkind_bitmask.c:20:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_ENVIRON [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_bitmask.c:36:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MALLOC [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_bitmask.c:143:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:29:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MALLOC [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:70:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:76:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:85:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:102:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:132:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_capacity.c:142:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:89:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:113:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:127:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:140:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:153:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:162:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_dax_kmem.c:170:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:52:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NAME_LENGTH_PRIV [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:103:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:131:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:181:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_BADOPS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:202:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_PRIVATE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:211:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_all_nodes_ptr [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_BIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:225:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_PREFERRED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:232:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_INTERLEAVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:241:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_default.c:61:60: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_default_destroy' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_default.c:40:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_default.c:61:60: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/src/memkind_default.c:118:71: style: Parameter 'addr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_default.c:236:66: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_fixed.c:180:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_fixed [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_fixed.c:38:57: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_fixed.c:72:69: style: Parameter 'new_addr' can be declared as pointer to const. However it seems that 'fixed_extent_alloc' is a callback function, if 'new_addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:162:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:72:69: note: Parameter 'new_addr' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:107:49: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_dalloc' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:163:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:107:49: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:107:69: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_dalloc' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:163:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:107:69: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:113:49: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_commit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:164:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:113:49: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:113:69: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_commit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:164:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:113:69: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:121:51: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_decommit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:165:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:121:51: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:121:71: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_decommit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:165:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:121:71: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:129:48: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_purge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:166:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:129:48: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:129:68: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_purge' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:166:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:129:68: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:137:48: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:167:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:137:48: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:137:68: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:167:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:137:68: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:145:48: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_merge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:168:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:145:48: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:145:68: style: Parameter 'addr_a' can be declared as pointer to const. However it seems that 'fixed_extent_merge' is a callback function, if 'addr_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:168:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:145:68: note: Parameter 'addr_a' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:146:53: style: Parameter 'addr_b' can be declared as pointer to const. However it seems that 'fixed_extent_merge' is a callback function, if 'addr_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:168:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:146:53: note: Parameter 'addr_b' can be declared as pointer to const memkind-1.14.0/src/memkind_fixed.c:153:50: style: Parameter 'extent_hooks' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_fixed.c:153:70: style: Parameter 'addr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_fixed.c:226:57: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_fixed_mmap' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:27:13: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:226:57: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/src/memkind_hbw.c:211:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:225:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:239:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:316:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_UNAVAILABLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:368:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:381:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:394:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hbw.c:251:14: style: struct member 'registers_t::ebx' is never used. [unusedStructMember] memkind-1.14.0/src/memkind_hbw.c:252:14: style: struct member 'registers_t::ecx' is never used. [unusedStructMember] memkind-1.14.0/src/memkind_hbw.c:253:14: style: struct member 'registers_t::edx' is never used. [unusedStructMember] memkind-1.14.0/src/memkind_hugetlb.c:47:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_PRIVATE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:67:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:145:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:186:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:223:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:332:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:358:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_hugetlb.c:238:19: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] memkind-1.14.0/src/memkind_hugetlb.c:100:12: warning: Identical condition and return expression 'err', return value is always 0 [identicalConditionAfterEarlyExit] memkind-1.14.0/src/memkind_hugetlb.c:90:9: note: If condition 'err' is true, the function will return/exit memkind-1.14.0/src/memkind_hugetlb.c:100:12: note: Returning identical expression 'err' memkind-1.14.0/src/memkind_hugetlb.c:187:24: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] memkind-1.14.0/src/memkind_hugetlb.c:82:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/src/memkind_hugetlb.c:75:13: note: err is assigned memkind-1.14.0/src/memkind_hugetlb.c:82:9: note: err is overwritten memkind-1.14.0/src/memkind_hugetlb.c:220:20: style: Variable 'dir' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/memkind_hugetlb.c:354:32: style: Variable 'info' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/memkind_local.c:43:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:51:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:59:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:67:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:75:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:83:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:93:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:110:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:129:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:146:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:165:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:182:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:198:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:204:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:211:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:217:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:223:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_local.c:229:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_log.c:45:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_log.c:101:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_log.c:38:11: style: Variable 'memkind_debug_env' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/memkind_mem_attributes.c:406:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_mem_attributes.c:413:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_memtier.c:65:0: error: #error "Missing atomic implementation." [preprocessorErrorDirective] memkind-1.14.0/src/memkind_pmem.c:95:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:191:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:237:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_pmem [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:296:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:322:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:350:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_SHARED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:356:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_pmem.c:81:52: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_dalloc_hog_memory' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:178:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:81:52: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:81:72: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_dalloc_hog_memory' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:178:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:81:72: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:119:41: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_commit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:179:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:119:41: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:119:61: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_commit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:179:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:119:61: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:126:43: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_decommit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:180:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:126:43: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:126:63: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_decommit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:180:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:126:63: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:133:40: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_purge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:181:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:133:40: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:133:60: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_purge' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:181:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:133:60: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:140:40: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:182:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:140:40: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:140:60: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:182:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:140:60: note: Parameter 'addr' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:148:40: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_merge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:183:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:148:40: note: Parameter 'extent_hooks' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:148:60: style: Parameter 'addr_a' can be declared as pointer to const. However it seems that 'pmem_extent_merge' is a callback function, if 'addr_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:183:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:148:60: note: Parameter 'addr_a' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:149:45: style: Parameter 'addr_b' can be declared as pointer to const. However it seems that 'pmem_extent_merge' is a callback function, if 'addr_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:183:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:149:45: note: Parameter 'addr_b' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:156:42: style: Parameter 'extent_hooks' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_pmem.c:156:62: style: Parameter 'addr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/memkind_pmem.c:307:56: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_pmem_mmap' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:35:13: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:307:56: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/src/memkind_pmem.c:371:11: style: Variable 'addr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/memkind_regular.c:43:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_UNAVAILABLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/memkind_regular.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_UNAVAILABLE [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:81:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:92:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:124:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:133:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:140:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:146:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:153:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:171:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:182:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:197:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:254:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:264:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] memkind-1.14.0/src/tbb_wrapper.c:70:45: style: Parameter 'raw_ptr' can be declared as pointer to const. However it seems that 'raw_free' is a callback function, if 'raw_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:277:45: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:70:45: note: Parameter 'raw_ptr' can be declared as pointer to const memkind-1.14.0/src/tbb_wrapper.c:130:57: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/tbb_wrapper.c:137:38: style: Parameter 'value' can be declared as pointer to const. However it seems that 'tbb_get_kind_stat' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:298:27: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:137:38: note: Parameter 'value' can be declared as pointer to const memkind-1.14.0/src/tbb_wrapper.c:149:28: style: Parameter 'write_cb' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/tbb_wrapper.c:149:67: style: Parameter 'cbopaque' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/tbb_wrapper.c:156:57: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/src/tbb_wrapper.c:162:52: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'tbb_defrag_reallocate' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:299:36: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:162:52: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/src/tbb_wrapper.c:162:64: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'tbb_defrag_reallocate' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:299:36: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:162:64: note: Parameter 'ptr' can be declared as pointer to const memkind-1.14.0/src/tbb_wrapper.c:181:11: style: Variable 'pool' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/src/tbb_wrapper.c:250:59: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'tbb_update_memory_usage_policy' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:297:45: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:250:59: note: Parameter 'kind' can be declared as pointer to const memkind-1.14.0/test/alloc_benchmark.c:107:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/alloc_benchmark.c:161:5: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] memkind-1.14.0/test/alloc_benchmark.c:143:19: style: Variable 'end' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/alloc_benchmark.c:173:18: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/alloc_benchmark.c:143:29: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] memkind-1.14.0/test/allocator_perf_tool/GTestAdapter.hpp:25:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:24:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:31:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:20:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:27:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:35:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:49:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/Numastat.hpp:42:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:20:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:27:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/common.h:26:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/common.h:90:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/common.h:95:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/alloc_performance_tests.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:20:5: warning: Member variable 'MemkindAllocatorWithTimer::type_id' is not initialized in the constructor. [uninitMemberVar] memkind-1.14.0/test/allocator_perf_tool/Thread.hpp:12:5: warning: Member variable 'Thread::thread_handle' is not initialized in the constructor. [uninitMemberVar] memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:19:9: performance: Variable 'task_conf' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:42:9: performance: Variable 'vec' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:67:15: style:inconclusive: Technically the member function 'MemkindAllocatorWithTimer::get_kind' can be const. [functionConst] memkind-1.14.0/test/allocator_perf_tool/AllocatorFactory.hpp:104:25: performance:inconclusive: Technically the member function 'AllocatorFactory::initialize_allocator' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/allocator_perf_tool/AllocatorFactory.hpp:146:11: performance:inconclusive: Technically the member function 'AllocatorFactory::calc_ref_delta' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/allocator_perf_tool/Configuration.hpp:85:5: style: Class 'TypesConf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:17:5: style: Class 'FunctionCallsPerformanceTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/Thread.hpp:12:5: style: Class 'Thread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/Thread.hpp:48:5: style: Class 'ThreadsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:40:5: style: Class 'VectorIterator < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:40:5: style: Class 'VectorIterator < unsigned long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:40:5: style: Class 'VectorIterator < Allocator * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:20:22: style: The function 'wrapped_malloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:11:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:20:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:27:22: style: The function 'wrapped_calloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:12:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:27:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:34:22: style: The function 'wrapped_realloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:13:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:34:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:41:10: style: The function 'wrapped_free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:14:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:41:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:46:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:15:22: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:46:14: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:16:22: style: The function 'wrapped_malloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:11:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:16:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:23:22: style: The function 'wrapped_calloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:12:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:23:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:29:22: style: The function 'wrapped_realloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:13:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:29:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:36:10: style: The function 'wrapped_free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:14:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:36:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:41:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:15:22: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:41:14: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:28:6: style: The destructor '~MemkindAllocatorWithTimer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:17:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:28:6: note: Destructor in derived class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:31:22: style: The function 'wrapped_malloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:11:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:31:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:38:22: style: The function 'wrapped_calloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:12:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:38:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:45:22: style: The function 'wrapped_realloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:13:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:45:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:52:10: style: The function 'wrapped_free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:14:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:52:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:63:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:15:22: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:63:14: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:16:22: style: The function 'wrapped_malloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:11:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:16:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:23:22: style: The function 'wrapped_calloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:12:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:23:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:29:22: style: The function 'wrapped_realloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:13:30: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:29:22: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:36:10: style: The function 'wrapped_free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:14:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:36:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:41:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:15:22: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:41:14: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.h:16:6: style: The destructor '~ScenarioWorkload' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Workload.hpp:11:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.h:16:6: note: Destructor in derived class memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.h:25:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Workload.hpp:10:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.h:25:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: style: The destructor '~Task' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:9:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: note: Destructor in derived class memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:22:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:8:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:22:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:24:35: style: The function 'get_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Task.hpp:16:43: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:24:35: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:22:10: style: The function 'has_next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Iterator.hpp:9:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:22:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:27:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Iterator.hpp:10:15: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:27:7: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:34:12: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Iterator.hpp:11:20: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:34:12: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: style: The destructor '~Task' overrides a destructor in a base class but is identical to the overridden function [uselessOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:9:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: note: Destructor in derived class memkind-1.14.0/test/allocator_perf_tool/FunctionCalls.hpp:44:52: performance: Function parameter 'func_calls' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/AllocationSizes.hpp:33:47: performance: Function parameter 'conf' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/AllocatorFactory.hpp:174:47: performance: Function parameter 'allocator_calls' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/FunctionCallsPerformanceTask.h:17:43: performance: Function parameter 'conf' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/TaskFactory.hpp:16:27: performance: Function parameter 'conf' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:17:49: performance: Function parameter 'v' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/VectorIterator.hpp:40:35: performance: Function parameter 'v' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/FunctionCalls.hpp:24:28: style: Variable 'names' can be declared as const array [constVariable] memkind-1.14.0/test/allocator_perf_tool/CSVLogger.hpp:19:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/CSVLogger.hpp:32:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:27:5: warning: Member variable 'StressIncreaseToMax::scenario_workload' is not initialized in the constructor. [uninitMemberVar] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:27:5: warning: Member variable 'StressIncreaseToMax::test_status' is not initialized in the constructor. [uninitMemberVar] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:48:12: style:inconclusive: Member variable 'StressIncreaseToMax::req_mem_limit' is in the wrong place in the initializer list. [initializerList] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:28:28: note: Member variable 'StressIncreaseToMax::req_mem_limit' is in the wrong place in the initializer list. memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:48:12: note: Member variable 'StressIncreaseToMax::req_mem_limit' is in the wrong place in the initializer list. memkind-1.14.0/test/allocator_perf_tool/HugePageOrganizer.hpp:41:9: performance:inconclusive: Technically the member function 'HugePageOrganizer::get_nr_hugepages' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:38:22: style:inconclusive: Technically the member function 'StressIncreaseToMax::get_test_status' can be const. [functionConst] memkind-1.14.0/test/allocator_perf_tool/HugePageOrganizer.hpp:21:5: style: Class 'HugePageOrganizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:31:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:8:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:31:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:34:35: style: The function 'get_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Task.hpp:16:43: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:34:35: note: Function in derived class memkind-1.14.0/test/allocate_to_max_stress_test.cpp:22:24: performance: Function parameter 'kinds' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocate_to_max_stress_test.cpp:61:64: style: Parameter 'results' can be declared as reference to const [constParameterReference] memkind-1.14.0/test/allocator_perf_tool/Allocation_info.cpp:16:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_F_NODE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.cpp:97:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.cpp:5:19: warning: Member variable 'ScenarioWorkload::touch_memory_on_allocation' is not initialized in the constructor. [uninitMemberVar] memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.cpp:5:19: warning: Member variable 'Workload::allocator' is not initialized in the constructor. Maybe it should be initialized directly in the class Workload? [uninitDerivedMemberVar] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:43:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:100:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:28:22: style: Local variable 'scenario_workload' shadows outer variable [shadowVariable] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.h:49:23: note: Shadowed declaration memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:28:22: note: Shadow variable memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:92:18: style: Local variable 'row' shadows outer variable [shadowVariable] memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:69:14: note: Shadowed declaration memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:92:18: note: Shadow variable memkind-1.14.0/test/allocator_perf_tool/CommandLine.hpp:53:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:64:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:104:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/main.cpp:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:47:14: warning: Assert statement calls a function which may have desired side effects: 'run'. [assertWithSideEffect] memkind-1.14.0/test/allocator_perf_tool/main.cpp:139:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] memkind-1.14.0/test/allocator_perf_tool/main.cpp:199:19: style: Local variable 'stats' shadows outer variable [shadowVariable] memkind-1.14.0/test/allocator_perf_tool/main.cpp:79:56: note: Shadowed declaration memkind-1.14.0/test/allocator_perf_tool/main.cpp:199:19: note: Shadow variable memkind-1.14.0/test/allocator_perf_tool/CommandLine.hpp:35:42: performance: Function parameter 'option' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/CommandLine.hpp:35:62: performance: Function parameter 'val' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/ConsoleLog.hpp:49:70: performance: Function parameter 'test_name' should be passed by const reference. [passedByValue] memkind-1.14.0/test/allocator_perf_tool/ConsoleLog.hpp:49:51: style: Parameter 'stats' can be declared as reference to const [constParameterReference] memkind-1.14.0/test/allocator_perf_tool/CommandLine.hpp:47:33: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:64:5: error: Uninitialized variable: size [uninitvar] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:64:5: error: Uninitialized variable: data.ptr [uninitvar] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:64:5: error: Uninitialized struct member: data.ptr [uninitStructMember] memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:60:12: style: Variable 'size' is not assigned a value. [unassignedVariable] memkind-1.14.0/test/autohbw_test_helper.c:42:9: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc] memkind-1.14.0/test/autohbw_test_helper.c:8:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/test/background_threads_test.cpp:26:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:37:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:95:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_HIGH_BANDWIDTH [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:102:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:113:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:153:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:167:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_INTERLEAVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:185:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_2MB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPolicy.hpp:18:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_free_nodemask [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPolicy.hpp:23:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_free_nodemask [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPolicy.hpp:59:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_MF_MOVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPolicy.hpp:87:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPolicy.hpp:133:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:253:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MASK_PAGE_SIZE_2MB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:318:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_2MB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:374:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:389:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:398:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:406:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_GBTLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:432:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:451:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:471:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:491:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:500:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/bat_tests.cpp:506:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TestPolicy [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/Allocator.hpp:41:5: style: Class 'MemkindAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/Allocator.hpp:126:5: style: Class 'HbwmallocAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/bat_tests.cpp:92:5: style: Class 'BasicAllocTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/Allocator.hpp:61:17: style: The function 'memalign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:16:17: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:61:17: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:71:17: style: The function 'get_numa_policy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:21:17: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:71:17: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:93:18: style: The function 'is_high_bandwidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:22:18: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:93:18: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:100:20: style: The function 'get_page_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:23:20: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:100:20: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:110:14: style: The destructor '~MemkindAllocator' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:25:14: note: Virtual destructor in base class memkind-1.14.0/test/Allocator.hpp:110:14: note: Destructor in derived class memkind-1.14.0/test/Allocator.hpp:151:17: style: The function 'memalign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:16:17: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:151:17: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:165:17: style: The function 'get_numa_policy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:21:17: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:165:17: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:178:18: style: The function 'is_high_bandwidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:22:18: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:178:18: note: Function in derived class memkind-1.14.0/test/Allocator.hpp:183:20: style: The function 'get_page_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:23:20: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:183:20: note: Function in derived class memkind-1.14.0/test/TestPolicy.hpp:77:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/TestPolicy.hpp:42:29: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/TestPolicy.hpp:29:38: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation] memkind-1.14.0/test/bat_tests.cpp:203:49: performance: Function parameter 'dict' should be passed by const reference. [passedByValue] memkind-1.14.0/test/bat_tests.cpp:108:40: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/bat_tests.cpp:118:15: style: Variable 'memset_ret' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/bat_tests.cpp:129:15: style: Variable 'memset_ret' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/bat_tests.cpp:143:15: style: Variable 'memset_ret' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/bat_tests.cpp:156:15: style: Variable 'memset_ret' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/TestPolicy.hpp:84:29: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/bat_tests.cpp:207:14: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] memkind-1.14.0/test/check.cpp:95:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/check.cpp:113:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/check.cpp:193:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/check.cpp:222:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/check.cpp:59:8: warning: Member variable 'Check::ptr' is not initialized in the copy constructor. [uninitMemberVar] memkind-1.14.0/test/check.cpp:59:8: warning: Member variable 'Check::size' is not initialized in the copy constructor. [uninitMemberVar] memkind-1.14.0/test/check.cpp:59:8: warning:inconclusive: Member variable 'Check::smaps_table' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] memkind-1.14.0/test/check.cpp:59:8: warning:inconclusive: Member variable 'Check::ip' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] memkind-1.14.0/test/check.h:27:9: style:inconclusive: Technically the member function 'Check::check_align' can be const. [functionConst] memkind-1.14.0/test/check.cpp:81:12: note: Technically the member function 'Check::check_align' can be const. memkind-1.14.0/test/check.h:27:9: note: Technically the member function 'Check::check_align' can be const. memkind-1.14.0/test/check.h:38:10: performance:inconclusive: Technically the member function 'Check::get_address_range' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/check.cpp:120:13: note: Technically the member function 'Check::get_address_range' can be static (but you may consider moving to unnamed namespace). memkind-1.14.0/test/check.h:38:10: note: Technically the member function 'Check::get_address_range' can be static (but you may consider moving to unnamed namespace). memkind-1.14.0/test/check.h:40:12: performance:inconclusive: Technically the member function 'Check::get_kpagesize' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/check.cpp:132:15: note: Technically the member function 'Check::get_kpagesize' can be static (but you may consider moving to unnamed namespace). memkind-1.14.0/test/check.h:40:12: note: Technically the member function 'Check::get_kpagesize' can be static (but you may consider moving to unnamed namespace). memkind-1.14.0/test/check.cpp:42:9: warning: Class 'Check' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] memkind-1.14.0/test/check.cpp:38:22: style: Condition 'psize' is always true [knownConditionTrueFalse] memkind-1.14.0/test/check.cpp:37:48: note: Assignment 'psize=page_size>=min_page_size?page_size:min_page_size', assigned value is greater than 4095 memkind-1.14.0/test/check.cpp:38:22: note: Condition 'psize' is always true memkind-1.14.0/test/check.cpp:222:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/check.cpp:222:17: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/check.cpp:45:26: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/check.cpp:47:22: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/check.cpp:72:24: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/check.cpp:89:12: style: The scope of the variable 'found' can be reduced. [variableScope] memkind-1.14.0/test/check.cpp:107:12: style: The scope of the variable 'found' can be reduced. [variableScope] memkind-1.14.0/test/check.cpp:168:12: style: The scope of the variable 'lpagesize' can be reduced. [variableScope] memkind-1.14.0/test/check.cpp:206:24: style: The scope of the variable 'start_addr' can be reduced. [variableScope] memkind-1.14.0/test/check.cpp:207:24: style: The scope of the variable 'end_addr' can be reduced. [variableScope] memkind-1.14.0/test/check.cpp:40:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation] memkind-1.14.0/test/check.cpp:89:18: style: Variable 'found' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/check.cpp:107:18: style: Variable 'found' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/check.cpp:106:18: style: Unused variable: token [unusedVariable] memkind-1.14.0/test/check.cpp:202:12: style: Unused variable: read [unusedVariable] memkind-1.14.0/test/check.cpp:211:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] memkind-1.14.0/test/dax_kmem_alloc_performance_tests.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/dlopen_test.cpp:35:27: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/environ_err_dax_kmem_malloc_positive_test.cpp:37:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/environ_err_dax_kmem_malloc_positive_test.cpp:63:47: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] memkind-1.14.0/test/environ_err_dax_kmem_malloc_test.cpp:23:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/environ_err_hbw_malloc_test.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_ENVIRON [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:122:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:216:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_nodes_ptr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:326:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:363:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW_PREFERRED [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:376:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_LOWEST_LATENCY_LOCAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:385:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HIGHEST_CAPACITY_LOCAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:402:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_topology.h:59:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_topology.h:73:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_topology.h:103:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_topology.h:119:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_topology.h:160:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_free_nodemask [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:760:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/TestPrereq.hpp:81:17: performance:inconclusive: Technically the member function 'TestPrereq::cpuid_asm' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:120:10: performance:inconclusive: Technically the member function 'TestPrereq::is_kind_HBW' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:165:5: performance:inconclusive: Technically the member function 'TestPrereq::get_closest_numa_nodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:184:29: performance:inconclusive: Technically the member function 'TestPrereq::get_highest_capacity_nodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:206:10: performance:inconclusive: Technically the member function 'TestPrereq::is_libhwloc_supported' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:211:10: performance:inconclusive: Technically the member function 'TestPrereq::is_HMAT_supported' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:235:10: performance:inconclusive: Technically the member function 'TestPrereq::is_libdaxctl_supported' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:240:29: performance:inconclusive: Technically the member function 'TestPrereq::get_memory_only_numa_nodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:262:29: performance:inconclusive: Technically the member function 'TestPrereq::get_regular_numa_nodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:294:12: performance:inconclusive: Technically the member function 'TestPrereq::get_free_space' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:309:13: performance:inconclusive: Technically the member function 'TestPrereq::get_capacity' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:323:15: performance:inconclusive: Technically the member function 'TestPrereq::memory_kind_from_str' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/TestPrereq.hpp:361:10: performance:inconclusive: Technically the member function 'TestPrereq::is_kind_preferred' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/memory_topology.h:91:10: performance:inconclusive: Technically the member function 'AbstractTopology::test_node_set' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/memory_topology.h:112:29: performance:inconclusive: Technically the member function 'AbstractTopology::get_target_nodes' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/memory_topology.h:205:5: style: Class 'AbstractTopology' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:214:5: style: Class 'KNM_All2All' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:243:5: style: Class 'KNM_SNC2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:283:5: style: Class 'KNM_SNC4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:331:5: style: Class 'CLX_2_var1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:346:5: style: Class 'CLX_2_var1_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:369:5: style: Class 'CLX_2_var1_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:400:5: style: Class 'CLX_2_var2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:415:5: style: Class 'CLX_2_var2_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:438:5: style: Class 'CLX_2_var2_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:469:5: style: Class 'CLX_2_var3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:484:5: style: Class 'CLX_2_var3_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:507:5: style: Class 'CLX_2_var3_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:547:5: style: Class 'CLX_2_var4_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:587:5: style: Class 'CLX_2_var5_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:627:5: style: Class 'CLX_4_var1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:644:5: style: Class 'CLX_4_var1_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:671:5: style: Class 'CLX_4_var1_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:719:5: style: Class 'CLX_4_var2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:736:5: style: Class 'CLX_4_var2_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:763:5: style: Class 'CLX_4_var2_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:800:5: style: Class 'CLX_4_var3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:817:5: style: Class 'CLX_4_var3_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:844:5: style: Class 'CLX_4_var3_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:881:5: style: Class 'CLX_4_var4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:898:5: style: Class 'CLX_4_var4_HMAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:925:5: style: Class 'CLX_4_var4_HBW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:69:5: style: Class 'KNM_All2All_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:75:5: style: Class 'KNM_SNC2_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:82:5: style: Class 'KNM_SNC4_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:88:5: style: Class 'CLX_2_var1_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:94:5: style: Class 'CLX_2_var1_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:125:5: style: Class 'CLX_2_var1_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:156:5: style: Class 'CLX_2_var2_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:162:5: style: Class 'CLX_2_var2_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:193:5: style: Class 'CLX_2_var2_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:224:5: style: Class 'CLX_2_var3_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:230:5: style: Class 'CLX_2_var3_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:261:5: style: Class 'CLX_2_var3_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:302:5: style: Class 'CLX_2_var4_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:331:5: style: Class 'CLX_2_var5_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:360:5: style: Class 'CLX_4_var1_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:366:5: style: Class 'CLX_4_var1_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:411:5: style: Class 'CLX_4_var1_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:456:5: style: Class 'CLX_4_var2_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:462:5: style: Class 'CLX_4_var2_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:497:5: style: Class 'CLX_4_var2_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:532:5: style: Class 'CLX_4_var3_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:538:5: style: Class 'CLX_4_var3_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:573:5: style: Class 'CLX_4_var3_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:608:5: style: Class 'CLX_4_var4_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:614:5: style: Class 'CLX_4_var4_HMAT_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:654:5: style: Class 'CLX_4_var4_HBW_threshold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/memory_topology.h:510:16: style: The function 'HBW_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/memory_topology.h:31:24: note: Virtual function in base class memkind-1.14.0/test/memory_topology.h:510:16: note: Function in derived class memkind-1.14.0/test/memory_topology.h:550:16: style: The function 'HBW_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/memory_topology.h:31:24: note: Virtual function in base class memkind-1.14.0/test/memory_topology.h:550:16: note: Function in derived class memkind-1.14.0/test/memory_topology.h:558:16: style: The function 'HBW_all_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/memory_topology.h:36:24: note: Virtual function in base class memkind-1.14.0/test/memory_topology.h:558:16: note: Function in derived class memkind-1.14.0/test/memory_topology.h:590:16: style: The function 'HBW_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/memory_topology.h:31:24: note: Virtual function in base class memkind-1.14.0/test/memory_topology.h:590:16: note: Function in derived class memkind-1.14.0/test/memory_topology.h:598:16: style: The function 'HBW_all_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/memory_topology.h:36:24: note: Virtual function in base class memkind-1.14.0/test/memory_topology.h:598:16: note: Function in derived class memkind-1.14.0/test/memory_topology.h:674:16: style: The function 'HBW_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/memory_topology.h:31:24: note: Virtual function in base class memkind-1.14.0/test/memory_topology.h:674:16: note: Function in derived class memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:705:49: style: Expression is always false because 'else if' condition matches previous condition at line 703. [multiCondition] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:705:49: warning: Identical condition 'env_tpg.compare("KnightsMillSNC4")==0', second condition is always false [identicalConditionAfterEarlyExit] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:703:49: note: If condition 'env_tpg.compare("KnightsMillSNC4")==0' is true, the function will return/exit memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:705:49: note: Testing identical condition 'env_tpg.compare("KnightsMillSNC4")==0' memkind-1.14.0/test/memory_topology.h:136:13: style: Condition '!m_tp.is_libhwloc_supported()' is always true [knownConditionTrueFalse] memkind-1.14.0/test/memory_topology.h:136:40: note: Calling function 'is_libhwloc_supported' returns 0 memkind-1.14.0/test/memory_topology.h:136:13: note: Condition '!m_tp.is_libhwloc_supported()' is always true memkind-1.14.0/test/TestPrereq.hpp:165:68: performance: Function parameter 'nodes' should be passed by const reference. [passedByValue] memkind-1.14.0/test/TestPrereq.hpp:294:51: performance: Function parameter 'nodes' should be passed by const reference. [passedByValue] memkind-1.14.0/test/TestPrereq.hpp:309:50: performance: Function parameter 'numa_nodes' should be passed by const reference. [passedByValue] memkind-1.14.0/test/TestPrereq.hpp:323:48: performance: Function parameter 'kind_name' should be passed by const reference. [passedByValue] memkind-1.14.0/test/memory_topology.h:961:36: performance: Function parameter 'tpg_name' should be passed by const reference. [passedByValue] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:691:39: performance: Function parameter 'kind_name' should be passed by const reference. [passedByValue] memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:757:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/test/TestPrereq.hpp:398:9: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] memkind-1.14.0/test/environ_max_bg_threads_test.cpp:15:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/error_message_tests.cpp:41:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/error_message_tests.cpp:53:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/error_message_tests.cpp:64:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:36:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:58:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:68:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:78:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:88:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:97:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:107:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f2 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:117:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:132:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:141:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:160:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:180:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:198:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_PRIVATE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:212:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:229:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:249:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:323:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:378:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:388:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:398:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:408:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:417:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:428:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f2 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:438:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:453:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:462:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:482:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:502:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:519:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:534:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:551:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:571:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fixed_allocator_tests.cpp:647:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:31:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:65:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:94:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:132:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:161:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:128:50: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:28:25: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:141:11: style: Variable 'pmem_dir' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/freeing_memory_segfault_test.cpp:24:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gb_page_tests_bind_policy.cpp:19:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_arena_test.cpp:70:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:25:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:57:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:74:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HIGHEST_CAPACITY [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:119:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:138:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_INTERLEAVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:149:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:161:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:179:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:193:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM_INTERLEAVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/get_capacity_test.cpp:210:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10099:14: debug: Failed to instantiate template "PrintAsCharLiteralTo". The checking continues anyway. [templateInstantiation] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2760:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2889:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2903:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8663:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8668:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8821:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8840:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8921:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tail [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8954:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9273:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9319:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10950:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10981:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal2 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11038:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherOperand [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11239:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IsContainer [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11478:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11555:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11609:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11664:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11706:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11748:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11764:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11787:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tuple [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11798:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tuple [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12091:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12199:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12450:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:15987:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16125:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16281:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16454:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16646:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16855:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:17083:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:17327:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:17589:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:18190:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:18222:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20195:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21663:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21780:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:559:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:572:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_gtest_also_run_disabled_tests [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:593:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_gtest_also_run_disabled_tests [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:721:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1066:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1770:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2135:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kNonFatalFailure [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2385:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2406:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3032:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3425:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3432:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3566:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kSize [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3578:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3602:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kNonFatalFailure [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3768:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kNonFatalFailure [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4047:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4344:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4446:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4570:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4577:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4590:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4597:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4612:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4634:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4646:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4653:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4747:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4944:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4971:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5134:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5938:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6189:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6246:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6277:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6437:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6770:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_gtest_death_test_style [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6794:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:8386:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _POSIX_PATH_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9262:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9573:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9579:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9679:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9803:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9861:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10162:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CharType [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10333:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10483:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2861:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8707:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dummy_ [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9370:13: warning: Member variable 'NativeArray::array_' is not initialized in the copy constructor. [uninitMemberVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9370:13: warning: Member variable 'NativeArray::size_' is not initialized in the copy constructor. [uninitMemberVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9370:13: warning: Member variable 'NativeArray::clone_' is not initialized in the copy constructor. [uninitMemberVar] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10543:9: style: The class 'linked_ptr_internal' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12207:17: warning:inconclusive: Member variable 'Iterator::value_' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20975:48: style: Unused private function: 'Environment::Setup' [unusedPrivateFunction] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:575:5: performance: Variable 'color_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:576:5: performance: Variable 'death_test_style_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:578:5: performance: Variable 'filter_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:579:5: performance: Variable 'internal_run_death_test_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:581:5: performance: Variable 'output_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:583:5: performance: Variable 'random_seed_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:584:5: performance: Variable 'repeat_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:586:5: performance: Variable 'stack_trace_depth_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:587:5: performance: Variable 'stream_result_to_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2758:29: performance:inconclusive: Technically the member function 'testing::internal::GTestLog::GetStream' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:3753:18: performance:inconclusive: Technically the member function 'testing::internal::Mutex::Lock' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:3754:18: performance:inconclusive: Technically the member function 'testing::internal::Mutex::Unlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:3755:18: performance:inconclusive: Technically the member function 'testing::internal::Mutex::AssertHeld' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10582:18: style:inconclusive: Technically the member function 'testing::internal::linked_ptr_internal::depart' can be const. [functionConst] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21778:26: performance:inconclusive: Technically the member function 'testing::WithParamInterface::GetParam' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1111:8: style:inconclusive: Technically the member function 'testing::internal::UnitTestImpl::ClearNonAdHocTestResult' can be const. [functionConst] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1137:7: style:inconclusive: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6333:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1137:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1140:8: style:inconclusive: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6409:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1140:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2643:13: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2657:13: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9020:13: style: Struct 'ConstCharPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10621:35: style: Class 'linked_ptr < const ParamGeneratorInterface < bool > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8741:27: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8726:27: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8741:27: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12275:27: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8726:27: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12275:27: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12382:40: style: The function 'GetTestCaseName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12342:40: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12382:40: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12387:28: style: The function 'GetTestCaseTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12344:28: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12387:28: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12421:26: style: The function 'RegisterTests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12349:26: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12421:26: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19636:22: style: The destructor '~HasNewFatalFailureHelper' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19617:18: note: Virtual destructor in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19636:22: note: Destructor in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19637:26: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19619:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19637:26: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21040:22: style: The function 'OnTestProgramStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20989:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21040:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21041:22: style: The function 'OnTestIterationStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20994:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21041:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21043:22: style: The function 'OnEnvironmentsSetUpStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20998:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21043:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21044:22: style: The function 'OnEnvironmentsSetUpEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21001:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21044:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21045:22: style: The function 'OnTestCaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21004:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21045:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21046:22: style: The function 'OnTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21007:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21046:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21047:22: style: The function 'OnTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21010:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21047:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21048:22: style: The function 'OnTestEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21013:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21048:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21049:22: style: The function 'OnTestCaseEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21016:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21049:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21050:22: style: The function 'OnEnvironmentsTearDownStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21019:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21050:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21051:22: style: The function 'OnEnvironmentsTearDownEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21022:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21051:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21052:22: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21025:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21052:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21054:22: style: The function 'OnTestProgramEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21029:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21054:22: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:144:12: style: The destructor '~ScopedFakeTestPartResultReporter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19617:18: note: Virtual destructor in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:144:12: note: Destructor in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:151:16: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19619:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:151:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:855:23: style: The function 'CurrentStackTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:835:23: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:855:23: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:856:16: style: The function 'UponLeavingGTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:840:16: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:856:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:877:16: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19619:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:877:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:893:16: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19619:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:893:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4518:16: style: The function 'OnTestProgramStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20989:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4518:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4519:16: style: The function 'OnTestIterationStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20994:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4519:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4520:16: style: The function 'OnEnvironmentsSetUpStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20998:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4520:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4521:16: style: The function 'OnEnvironmentsSetUpEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21001:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4521:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4522:16: style: The function 'OnTestCaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21004:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4522:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4523:16: style: The function 'OnTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21007:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4523:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4524:16: style: The function 'OnTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21010:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4524:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4525:16: style: The function 'OnTestEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21013:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4525:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4526:16: style: The function 'OnTestCaseEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21016:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4526:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4527:16: style: The function 'OnEnvironmentsTearDownStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21019:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4527:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4528:16: style: The function 'OnEnvironmentsTearDownEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21022:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4528:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4529:16: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21025:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4529:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4530:16: style: The function 'OnTestProgramEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21029:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4530:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4758:12: style: The destructor '~TestEventRepeater' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20986:18: note: Virtual destructor in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4758:12: note: Destructor in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4767:16: style: The function 'OnTestProgramStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20989:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4767:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4768:16: style: The function 'OnTestIterationStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20994:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4768:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4769:16: style: The function 'OnEnvironmentsSetUpStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20998:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4769:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4770:16: style: The function 'OnEnvironmentsSetUpEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21001:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4770:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4771:16: style: The function 'OnTestCaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21004:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4771:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4772:16: style: The function 'OnTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21007:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4772:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4773:16: style: The function 'OnTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21010:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4773:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4774:16: style: The function 'OnTestEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21013:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4774:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4775:16: style: The function 'OnTestCaseEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21016:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4775:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4776:16: style: The function 'OnEnvironmentsTearDownStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21019:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4776:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4777:16: style: The function 'OnEnvironmentsTearDownEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21022:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4777:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4778:16: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21025:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4778:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4779:16: style: The function 'OnTestProgramEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21029:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4779:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4872:16: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21052:22: note: Virtual function in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4872:16: note: Function in derived class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9013:20: style: Return value '!AlwaysTrue()' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9013:31: note: Calling function 'AlwaysTrue' returns 1 memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9013:20: note: Return value '!AlwaysTrue()' is always false memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1871:25: style: Condition 'gtest_output_flag==NULL' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1883:25: style: Condition 'gtest_output_flag==NULL' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3290:57: style: Condition 'IsUtf16SurrogatePair(str[i],str[i+1])' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3290:57: note: Calling function 'IsUtf16SurrogatePair' returns 0 memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3290:57: note: Condition 'IsUtf16SurrogatePair(str[i],str[i+1])' is always false memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4943:28: style: Condition 'output_file_.c_str()==NULL' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5658:30: style: Condition 'os_stack_trace.c_str()!=NULL' is always true [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6145:22: style: Condition 'in_subprocess_for_death_test' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6105:39: note: Assignment 'in_subprocess_for_death_test=false', assigned value is 0 memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6126:7: note: Assuming condition is false memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6145:22: note: Condition 'in_subprocess_for_death_test' is always false memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:8635:25: style: Condition 'pathname_.c_str()==NULL' is always false [knownConditionTrueFalse] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5686:34: error: Null pointer dereference: static_cast(NULL) [nullPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2478:49: style:inconclusive: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20219:64: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2478:49: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2769:39: style:inconclusive: Function 'EqFailure' argument 1 names different: declaration 'expected_expression' definition 'lhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8444:58: note: Function 'EqFailure' argument 1 names different: declaration 'expected_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2769:39: note: Function 'EqFailure' argument 1 names different: declaration 'expected_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2770:39: style:inconclusive: Function 'EqFailure' argument 2 names different: declaration 'actual_expression' definition 'rhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8445:58: note: Function 'EqFailure' argument 2 names different: declaration 'actual_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2770:39: note: Function 'EqFailure' argument 2 names different: declaration 'actual_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2771:46: style:inconclusive: Function 'EqFailure' argument 3 names different: declaration 'expected_value' definition 'lhs_value'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8446:65: note: Function 'EqFailure' argument 3 names different: declaration 'expected_value' definition 'lhs_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2771:46: note: Function 'EqFailure' argument 3 names different: declaration 'expected_value' definition 'lhs_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2772:46: style:inconclusive: Function 'EqFailure' argument 4 names different: declaration 'actual_value' definition 'rhs_value'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8447:65: note: Function 'EqFailure' argument 4 names different: declaration 'actual_value' definition 'rhs_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2772:46: note: Function 'EqFailure' argument 4 names different: declaration 'actual_value' definition 'rhs_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2944:44: style:inconclusive: Function 'CmpHelperSTREQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21556:63: note: Function 'CmpHelperSTREQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2944:44: note: Function 'CmpHelperSTREQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2945:44: style:inconclusive: Function 'CmpHelperSTREQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21557:63: note: Function 'CmpHelperSTREQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2945:44: note: Function 'CmpHelperSTREQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2946:44: style:inconclusive: Function 'CmpHelperSTREQ' argument 3 names different: declaration 's1' definition 'lhs'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21558:63: note: Function 'CmpHelperSTREQ' argument 3 names different: declaration 's1' definition 'lhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2946:44: note: Function 'CmpHelperSTREQ' argument 3 names different: declaration 's1' definition 'lhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2947:44: style:inconclusive: Function 'CmpHelperSTREQ' argument 4 names different: declaration 's2' definition 'rhs'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21559:63: note: Function 'CmpHelperSTREQ' argument 4 names different: declaration 's2' definition 'rhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2947:44: note: Function 'CmpHelperSTREQ' argument 4 names different: declaration 's2' definition 'rhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2960:48: style:inconclusive: Function 'CmpHelperSTRCASEEQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21564:67: note: Function 'CmpHelperSTRCASEEQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2960:48: note: Function 'CmpHelperSTRCASEEQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2961:48: style:inconclusive: Function 'CmpHelperSTRCASEEQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21565:67: note: Function 'CmpHelperSTRCASEEQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2961:48: note: Function 'CmpHelperSTRCASEEQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2962:48: style:inconclusive: Function 'CmpHelperSTRCASEEQ' argument 3 names different: declaration 's1' definition 'lhs'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21566:67: note: Function 'CmpHelperSTRCASEEQ' argument 3 names different: declaration 's1' definition 'lhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2962:48: note: Function 'CmpHelperSTRCASEEQ' argument 3 names different: declaration 's1' definition 'lhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2963:48: style:inconclusive: Function 'CmpHelperSTRCASEEQ' argument 4 names different: declaration 's2' definition 'rhs'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21567:67: note: Function 'CmpHelperSTRCASEEQ' argument 4 names different: declaration 's2' definition 'rhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2963:48: note: Function 'CmpHelperSTRCASEEQ' argument 4 names different: declaration 's2' definition 'rhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3326:44: style:inconclusive: Function 'CmpHelperSTREQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21589:63: note: Function 'CmpHelperSTREQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3326:44: note: Function 'CmpHelperSTREQ' argument 1 names different: declaration 's1_expression' definition 'lhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3327:44: style:inconclusive: Function 'CmpHelperSTREQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21590:63: note: Function 'CmpHelperSTREQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3327:44: note: Function 'CmpHelperSTREQ' argument 2 names different: declaration 's2_expression' definition 'rhs_expression'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3328:47: style:inconclusive: Function 'CmpHelperSTREQ' argument 3 names different: declaration 's1' definition 'lhs'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21591:66: note: Function 'CmpHelperSTREQ' argument 3 names different: declaration 's1' definition 'lhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3328:47: note: Function 'CmpHelperSTREQ' argument 3 names different: declaration 's1' definition 'lhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3329:47: style:inconclusive: Function 'CmpHelperSTREQ' argument 4 names different: declaration 's2' definition 'rhs'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21592:66: note: Function 'CmpHelperSTREQ' argument 4 names different: declaration 's2' definition 'rhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3329:47: note: Function 'CmpHelperSTREQ' argument 4 names different: declaration 's2' definition 'rhs'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3439:55: style:inconclusive: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:4724:74: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3439:55: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3974:39: style:inconclusive: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20665:37: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3974:39: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3975:39: style:inconclusive: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20666:37: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3975:39: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4198:32: style:inconclusive: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20732:30: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4198:32: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4832:1: style:inconclusive: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4767:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4832:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4833:1: style:inconclusive: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4769:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4833:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4834:1: style:inconclusive: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4771:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4834:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4835:1: style:inconclusive: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4772:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4835:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4836:1: style:inconclusive: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4773:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4836:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4837:1: style:inconclusive: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4776:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4837:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4838:1: style:inconclusive: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4770:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4838:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4839:1: style:inconclusive: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4777:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4839:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4840:1: style:inconclusive: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4774:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4840:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4841:1: style:inconclusive: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4775:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4841:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4842:1: style:inconclusive: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4779:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4842:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6259:30: style:inconclusive: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:668:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6259:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6260:30: style:inconclusive: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:669:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6260:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6304:37: style:inconclusive: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:675:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6304:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9832:46: style:inconclusive: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:4263:54: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9832:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9870:62: style:inconclusive: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:4265:70: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9870:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12378:48: performance: Function parameter 'code_location' should be passed by const reference. [passedByValue] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4021:18: performance: Function parameter 'code_location' should be passed by const reference. [passedByValue] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4035:45: performance: Function parameter 'code_location' should be passed by const reference. [passedByValue] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6179:21: style: Variable 'test_result' can be declared as reference to const [constVariableReference] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2414:40: style: Parameter 'wide_c_str' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3439:55: style: Parameter 'ss' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:8387:9: style: Variable 'result' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:4451:47: style: Parameter 'pointer' can be declared as pointer to const [constParameterReference] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10715:28: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10721:28: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11167:32: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11284:35: style: Parameter 's' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11295:42: style: Parameter 's' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11303:44: style: Parameter 's' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11316:38: style: Parameter 's' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11629:37: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11655:40: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20184:31: style: Parameter 'basic_manipulator' can be declared as pointer to const [constParameterReference] memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5184:18: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9190:17: warning: Found function call inside sizeof(). [sizeofFunctionCall] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:4153:42: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] memkind-1.14.0/test/hbw_allocator_performance_tests.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:36:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:54:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:68:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_TOUCH_PAGES [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:77:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:94:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:111:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:120:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:135:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:153:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW_HUGETLB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:170:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:183:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:191:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:201:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:208:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:214:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:234:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:293:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:326:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:362:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:391:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/hbw_verify_function_test.cpp:37:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:46:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:56:21: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:66:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:78:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:95:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:112:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:122:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:139:21: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:153:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:162:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:171:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:241:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:249:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:268:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:281:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:300:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:304:11: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:308:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:314:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:333:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:338:11: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:345:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:351:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:369:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:375:11: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:380:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:399:12: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:402:5: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/hbw_verify_function_test.cpp:26:18: style: class member 'HbwVerifyFunctionTest::BLOCK_SIZE' is never used. [unusedStructMember] memkind-1.14.0/test/hbw_verify_function_test.cpp:27:18: style: class member 'HbwVerifyFunctionTest::page_size' is never used. [unusedStructMember] memkind-1.14.0/test/hbw_verify_function_test.cpp:28:15: style: class member 'HbwVerifyFunctionTest::flags' is never used. [unusedStructMember] memkind-1.14.0/test/heap_manager_init_perf_test.cpp:21:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/heap_manager_init_perf_test.cpp:46:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/huge_page_test.cpp:43:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_2MB [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:20:6: style: The destructor '~HugePageUnmap' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:20:6: note: Destructor in derived class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:27:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:8:18: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:27:10: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:48:35: style: The function 'get_results' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Task.hpp:16:43: note: Virtual function in base class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:48:35: note: Function in derived class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized variables: data.total_time, data.size_of_allocation, data.allocator_type, data.allocation_method, data.is_allocated, data.error_code [uninitvar] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized struct member: data.total_time [uninitStructMember] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized struct member: data.size_of_allocation [uninitStructMember] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized struct member: data.allocator_type [uninitStructMember] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized struct member: data.allocation_method [uninitStructMember] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized struct member: data.is_allocated [uninitStructMember] memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:44:31: error: Uninitialized struct member: data.error_code [uninitStructMember] memkind-1.14.0/test/load_tbbmalloc_symbols.c:18:9: error: Resource leak: tbb_handle [resourceLeak] memkind-1.14.0/test/load_tbbmalloc_symbols.c:24:9: error: Resource leak: tbb_handle [resourceLeak] memkind-1.14.0/test/load_tbbmalloc_symbols.c:30:9: error: Resource leak: tbb_handle [resourceLeak] memkind-1.14.0/test/load_tbbmalloc_symbols.c:36:9: error: Resource leak: tbb_handle [resourceLeak] memkind-1.14.0/test/load_tbbmalloc_symbols.c:39:5: error: Resource leak: tbb_handle [resourceLeak] memkind-1.14.0/test/locality_test.cpp:38:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpu_set_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/locality_test.cpp:84:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/locality_test.cpp:118:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/main.cpp:25:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:38:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:48:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:58:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:68:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:77:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:87:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:97:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:112:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:121:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:140:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:161:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:178:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:190:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:207:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_allocator_tests.cpp:230:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/proc_stat.h:59:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:25:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:38:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:51:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:65:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:83:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:90:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:105:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:115:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:128:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:142:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:161:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:173:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:193:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:208:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:221:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:257:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:304:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:350:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:379:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:452:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/proc_stat.h:39:28: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] memkind-1.14.0/test/proc_stat.h:9:1: style: The class 'ProcStat' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] memkind-1.14.0/test/proc_stat.h:30:14: performance:inconclusive: Technically the member function 'ProcStat::get_threads_count' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:61:10: warning: The class 'MemkindDaxKmemTestsParam' defines member function with name 'SetUp' also defined in its parent class 'Memkind_Param_Test'. [duplInheritedMember] memkind-1.14.0/test/common.h:87:10: note: Parent function 'Memkind_Param_Test::SetUp' memkind-1.14.0/test/memkind_dax_kmem_test.cpp:61:10: note: Derived function 'MemkindDaxKmemTestsParam::SetUp' memkind-1.14.0/test/proc_stat.h:64:21: warning:inconclusive: Width 64 given in format string (no. 1) is smaller than destination buffer 'current_entry_name[1024]'. [invalidScanfFormatWidth_smaller] memkind-1.14.0/test/proc_stat.h:64:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:142:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:148:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:221:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:227:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:233:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:329:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:304:11: note: Shadowed declaration memkind-1.14.0/test/memkind_dax_kmem_test.cpp:329:22: note: Shadow variable memkind-1.14.0/test/memkind_dax_kmem_test.cpp:369:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:342:11: note: Shadowed declaration memkind-1.14.0/test/memkind_dax_kmem_test.cpp:369:22: note: Shadow variable memkind-1.14.0/test/memkind_dax_kmem_test.cpp:442:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:388:11: note: Shadowed declaration memkind-1.14.0/test/memkind_dax_kmem_test.cpp:442:22: note: Shadow variable memkind-1.14.0/test/memkind_dax_kmem_test.cpp:90:11: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:98:11: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:105:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:119:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:131:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:164:11: style: Variable 'new_test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:177:11: style: Variable 'new_test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:189:11: style: Variable 'new_test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_dax_kmem_test.cpp:455:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/proc_stat.h:38:24: style: Variable 'direntry' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/proc_stat.h:58:15: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_defrag_reallocate.cpp:29:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_defrag_reallocate.cpp:46:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_defrag_reallocate.cpp:90:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_defrag_reallocate.cpp:21:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_defrag_reallocate.cpp:31:11: style: Variable 'new_ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:47:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:56:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:65:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:88:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:22:21: style: Variable 'temp_kind' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:36:21: style: Variable 'temp_kind' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:49:21: style: Variable 'temp_kind' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:58:21: style: Variable 'temp_kind' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:67:21: style: Variable 'temp_kind' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_detect_kind_tests.cpp:77:21: style: Variable 'temp_kind' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:41:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:63:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:99:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HIGHEST_CAPACITY_PREFERRED [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:156:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:115:11: note: Shadowed declaration memkind-1.14.0/test/memkind_highcapacity_tests.cpp:156:22: note: Shadow variable memkind-1.14.0/test/memkind_highcapacity_tests.cpp:42:11: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:51:15: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_highcapacity_tests.cpp:98:11: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_hmat_tests.cpp:26:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_hmat_tests.cpp:51:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable threads_num [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_hmat_tests.cpp:90:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_hmat_tests.cpp:23:10: warning: The class 'MemkindHMATFunctionalTestsParam' defines member function with name 'SetUp' also defined in its parent class 'Memkind_Param_Test'. [duplInheritedMember] memkind-1.14.0/test/common.h:87:10: note: Parent function 'Memkind_Param_Test::SetUp' memkind-1.14.0/test/memkind_hmat_tests.cpp:23:10: note: Derived function 'MemkindHMATFunctionalTestsParam::SetUp' memkind-1.14.0/test/memkind_hmat_tests.cpp:30:10: warning: The class 'MemkindHMATFunctionalTestsParam' defines member function with name 'TearDown' also defined in its parent class 'Memkind_Param_Test'. [duplInheritedMember] memkind-1.14.0/test/common.h:93:10: note: Parent function 'Memkind_Param_Test::TearDown' memkind-1.14.0/test/memkind_hmat_tests.cpp:30:10: note: Derived function 'MemkindHMATFunctionalTestsParam::TearDown' memkind-1.14.0/test/memkind_hmat_tests.cpp:55:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/memkind_hmat_tests.cpp:100:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/memkind_memtier_dax_kmem_test.cpp:20:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_dax_kmem_test.cpp:46:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_dax_kmem_test.cpp:71:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:30:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_DYNAMIC_THRESHOLD [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:56:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:63:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:70:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:106:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:114:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:150:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:157:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_DYNAMIC_THRESHOLD [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:192:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:212:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:222:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:250:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:264:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:277:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:286:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:297:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:334:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:349:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:373:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:417:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:446:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:476:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:494:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:513:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:534:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:554:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:568:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:578:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:595:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:602:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:641:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:705:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:793:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:896:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:950:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTHREAD_MUTEX_INITIALIZER [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1001:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1083:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1123:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1160:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1219:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1273:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:1320:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_memtier_test.cpp:537:9: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment] memkind-1.14.0/test/memkind_memtier_test.cpp:534:9: note: res is assigned memkind-1.14.0/test/memkind_memtier_test.cpp:537:9: note: res is overwritten memkind-1.14.0/test/memkind_memtier_test.cpp:1127:16: style: The scope of the variable 'size' can be reduced. [variableScope] memkind-1.14.0/test/memkind_memtier_test.cpp:912:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_memtier_test.cpp:892:11: note: Shadowed declaration memkind-1.14.0/test/memkind_memtier_test.cpp:912:22: note: Shadow variable memkind-1.14.0/test/memkind_memtier_test.cpp:937:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_memtier_test.cpp:892:11: note: Shadowed declaration memkind-1.14.0/test/memkind_memtier_test.cpp:937:22: note: Shadow variable memkind-1.14.0/test/memkind_memtier_test.cpp:940:22: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_memtier_test.cpp:892:11: note: Shadowed declaration memkind-1.14.0/test/memkind_memtier_test.cpp:940:22: note: Shadow variable memkind-1.14.0/test/memkind_memtier_test.cpp:224:28: style: Variable 'tier_memory' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_memtier_test.cpp:233:29: style: Variable 'builder' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_memtier_test.cpp:611:11: style: Variable 'no_ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_memtier_test.cpp:720:15: style: Variable 'new_ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_memtier_test.cpp:745:15: style: Variable 'new_ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_memtier_test.cpp:750:15: style: Variable 'new_ptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_memtier_test.cpp:51:17: style: class member 'MemkindMemtierMemoryTest::tier_regular_normalized_ratio' is never used. [unusedStructMember] memkind-1.14.0/test/memkind_memtier_test.cpp:99:17: style: class member 'MemkindMemtier3KindsTest::tier_regular_normalized_ratio' is never used. [unusedStructMember] memkind-1.14.0/test/memkind_memtier_test.cpp:101:17: style: class member 'MemkindMemtier3KindsTest::tier_hi_cap_normalized_ratio' is never used. [unusedStructMember] memkind-1.14.0/test/memkind_memtier_test.cpp:145:17: style: class member 'MemkindMemtierThresholdTest::m_tier_regular_normalized_ratio' is never used. [unusedStructMember] memkind-1.14.0/test/memkind_memtier_test.cpp:480:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/memkind_null_kind_test.cpp:59:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:84:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:108:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:126:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:147:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:165:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:181:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:197:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:205:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_null_kind_test.cpp:147:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_null_kind_test.cpp:153:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_null_kind_test.cpp:181:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_null_kind_test.cpp:187:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_null_kind_test.cpp:78:11: style: Variable 'test_nullptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_null_kind_test.cpp:80:11: style: Variable 'test_ptr_realloc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_null_kind_test.cpp:104:11: style: Variable 'test_ptr_realloc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_null_kind_test.cpp:124:11: style: Variable 'test_ptr_realloc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_null_kind_test.cpp:166:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_null_kind_test.cpp:198:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_null_kind_test.cpp:206:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:40:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:46:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:52:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:62:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable policy [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:70:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable policy [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:78:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:92:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:106:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:130:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_config_tests.cpp:122:26: style: Variable 'priv' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_long_time_tests.cpp:53:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_long_time_tests.cpp:68:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_long_time_tests.cpp:85:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:67:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:83:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:94:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:103:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:111:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:126:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:155:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IWUSR [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:174:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:191:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:199:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:213:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:234:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:246:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:259:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:269:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:351:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:371:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:411:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:457:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:470:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:488:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:504:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:521:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:531:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:539:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:551:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:573:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:595:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:617:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:639:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:692:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:734:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:752:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:783:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEM_USAGE_POLICY_CONSERVATIVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:848:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEM_USAGE_POLICY_CONSERVATIVE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:899:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:913:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:927:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:941:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:955:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:967:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:990:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1047:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_t [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1071:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NAME_LENGTH_PRIV [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1115:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1134:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1150:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1168:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1207:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1246:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1285:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1301:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1347:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_pmem_tests.cpp:1046:5: error: Memory leak: threads [memleak] memkind-1.14.0/test/memkind_pmem_tests.cpp:1048:5: error: Memory leak: threads [memleak] memkind-1.14.0/test/memkind_pmem_tests.cpp:1048:5: error: Memory leak: pool_idx [memleak] memkind-1.14.0/test/memkind_pmem_tests.cpp:174:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:183:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:213:23: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:275:23: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:351:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:357:19: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:418:18: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:422:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:433:9: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:436:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:551:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:557:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:573:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:579:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:595:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:601:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:617:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:623:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:998:18: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:999:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1018:22: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1043:26: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1045:21: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1047:13: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1348:26: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1456:22: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1474:22: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1495:26: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:1645:33: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/memkind_pmem_tests.cpp:986:9: style: The scope of the variable 'ret' can be reduced. [variableScope] memkind-1.14.0/test/memkind_pmem_tests.cpp:773:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:773:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:838:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:838:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1154:15: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1154:15: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1169:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1169:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1208:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1208:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1247:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1247:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1289:15: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1289:15: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1398:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1398:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1529:13: style: Local variable 'err' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1492:9: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1529:13: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1632:11: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1632:11: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:1692:15: style: Local variable 'ptr' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1452:14: note: Shadowed declaration memkind-1.14.0/test/memkind_pmem_tests.cpp:1692:15: note: Shadow variable memkind-1.14.0/test/memkind_pmem_tests.cpp:55:26: style: Variable 'priv' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:189:11: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:197:11: style: Variable 'test1' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:230:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:245:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:257:11: style: Variable 'test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:455:11: style: Variable 'new_test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:468:11: style: Variable 'new_test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:484:11: style: Variable 'new_test' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:502:11: style: Variable 'ptr_realloc' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:730:11: style: Variable 'test_nullptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:746:11: style: Variable 'test_nullptr' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:1097:11: style: Variable 'pmem_new_middle_name' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:1645:26: style: Variable 'priv' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/memkind_pmem_tests.cpp:983:16: style: Variable 'i' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1042:31: style: Variable 'status' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/memkind_pmem_tests.cpp:1303:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/memkind_stat_test.cpp:23:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_stat_test.cpp:33:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_stat_test.cpp:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_stat_test.cpp:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_stat_test.cpp:62:13: style: Local variable 'err' shadows outer variable [shadowVariable] memkind-1.14.0/test/memkind_stat_test.cpp:59:9: note: Shadowed declaration memkind-1.14.0/test/memkind_stat_test.cpp:62:13: note: Shadow variable memkind-1.14.0/test/memkind_versioning_tests.cpp:27:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_version_value [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memkind_versioning_tests.cpp:21:15: style: class member 'MemkindVersioningTests::max_version_value' is never used. [unusedStructMember] memkind-1.14.0/test/memory_footprint_test.cpp:219:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:225:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:231:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:237:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:243:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:249:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:256:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:263:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:270:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:277:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:284:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:291:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:297:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:303:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:309:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:315:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:321:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:327:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:334:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:341:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:348:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:355:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:362:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:369:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:375:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:381:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:387:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:393:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:399:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:405:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:412:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:419:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:426:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:433:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:440:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:447:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/memory_footprint_test.cpp:118:10: warning: Member variable 'MemoryFootprintStats::initial_virtual_memory' is not initialized. [uninitMemberVarPrivate] memkind-1.14.0/test/memory_footprint_test.cpp:123:10: warning: Member variable 'MemoryFootprintStats::initial_physical_memory' is not initialized. [uninitMemberVarPrivate] memkind-1.14.0/test/memory_footprint_test.cpp:131:10: warning: Member variable 'MemoryFootprintStats::current_vm' is not initialized. [uninitMemberVarPrivate] memkind-1.14.0/test/memory_footprint_test.cpp:132:10: warning: Member variable 'MemoryFootprintStats::current_phys' is not initialized. [uninitMemberVarPrivate] memkind-1.14.0/test/memory_footprint_test.cpp:134:5: warning: Member variable 'MemoryFootprintStats::proc_stat' is not initialized. [uninitMemberVarPrivate] memkind-1.14.0/test/memory_manager.h:36:12: style:inconclusive: Technically the member function 'MemoryManager::size' can be const. [functionConst] memkind-1.14.0/test/random_sizes_allocator.h:50:10: style:inconclusive: Technically the member function 'RandomSizesAllocator::empty' can be const. [functionConst] memkind-1.14.0/test/memory_footprint_test.cpp:165:34: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] memkind-1.14.0/test/memory_footprint_test.cpp:160:33: note: outer condition: current_call' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] memkind-1.14.0/test/performance/perf_tests.hpp:33:9: warning: Class 'PerfTestCase < performance_tests :: MallocOperation >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] memkind-1.14.0/test/performance/perf_tests.hpp:33:9: warning: Class 'PerfTestCase < performance_tests :: MemkindOperation >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] memkind-1.14.0/test/performance/perf_tests.hpp:33:9: warning: Class 'PerfTestCase < performance_tests :: MemkindOperation >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] memkind-1.14.0/test/performance/perf_tests.cpp:69:33: performance: Function parameter 'metrics' should be passed by const reference. [passedByValue] memkind-1.14.0/test/performance/perf_tests.cpp:69:50: performance: Function parameter 'reference' should be passed by const reference. [passedByValue] memkind-1.14.0/test/performance/perf_tests.cpp:81:31: performance: Function parameter 'metrics' should be passed by const reference. [passedByValue] memkind-1.14.0/test/performance/perf_tests.cpp:81:48: performance: Function parameter 'reference' should be passed by const reference. [passedByValue] memkind-1.14.0/test/pmem_alloc_performance_tests.cpp:79:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:50:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:60:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:70:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:80:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:89:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:99:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f2 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:109:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:124:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:133:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_conservative [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:142:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:161:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:180:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:197:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_max_size [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:208:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:225:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/pmem_allocator_tests.cpp:245:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/static_kinds_tests.cpp:32:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_once [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/stats_print_test_helper.c:14:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS_write [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/stats_print_test_helper.c:31:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_STAT_PRINT_ALL [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/stats_print_test_helper.c:17:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/test/stats_print_test_helper.c:24:12: style: Variable 'fd' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/trace_mechanism_test_helper.c:23:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/trace_mechanism_test_helper.c:9:26: style: Parameter 'argv' can be declared as const array [constParameter] memkind-1.14.0/test/trial_generator.cpp:68:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/trial_generator.cpp:83:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/trial_generator.cpp:102:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/trial_generator.cpp:261:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] memkind-1.14.0/test/trial_generator.h:58:13: performance:inconclusive: Technically the member function 'TrialGenerator::create_trial_tuple' can be static (but you may consider moving to unnamed namespace). [functionStatic] memkind-1.14.0/test/trial_generator.cpp:14:26: note: Technically the member function 'TrialGenerator::create_trial_tuple' can be static (but you may consider moving to unnamed namespace). memkind-1.14.0/test/trial_generator.h:58:13: note: Technically the member function 'TrialGenerator::create_trial_tuple' can be static (but you may consider moving to unnamed namespace). memkind-1.14.0/test/trial_generator.cpp:138:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:143:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:148:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:156:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:162:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:181:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:187:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:193:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:201:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] memkind-1.14.0/test/trial_generator.cpp:100:15: style: C-style pointer casting [cstyleCast] memkind-1.14.0/test/trial_generator.cpp:241:12: style: The scope of the variable 'node' can be reduced. [variableScope] memkind-1.14.0/test/trial_generator.cpp:93:64: style:inconclusive: Function 'run' argument 2 names different: declaration 'bandwidths' definition 'bandwidth'. [funcArgNamesDifferent] memkind-1.14.0/test/trial_generator.h:51:51: note: Function 'run' argument 2 names different: declaration 'bandwidths' definition 'bandwidth'. memkind-1.14.0/test/trial_generator.cpp:93:64: note: Function 'run' argument 2 names different: declaration 'bandwidths' definition 'bandwidth'. memkind-1.14.0/test/trial_generator.cpp:93:64: style: Parameter 'bandwidth' can be declared as reference to const [constParameterReference] memkind-1.14.0/test/trial_generator.cpp:242:11: style: Variable 'hbw_nodes_env' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/test/trial_generator.cpp:251:14: style: Variable 'node' is assigned a value that is never used. [unreadVariable] memkind-1.14.0/test/trial_generator.cpp:86:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] memkind-1.14.0/tiering/ctl.c:37:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:53:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:66:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:90:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:138:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:217:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:419:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_MAX_VALUE [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/ctl.c:506:15: style: Local variable 'qbuf' shadows outer variable [shadowVariable] memkind-1.14.0/tiering/ctl.c:430:11: note: Shadowed declaration memkind-1.14.0/tiering/ctl.c:506:15: note: Shadow variable memkind-1.14.0/tiering/ctl.c:326:11: style: Variable 'extra' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/tiering/ctl.c:413:62: style: Parameter 'env_var_string' can be declared as pointer to const [constParameterPointer] memkind-1.14.0/tiering/ctl.c:494:11: style: Variable 'thresholds_var_string' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/tiering/ctl.c:350:25: warning: Shifting 32-bit value by 63 bits is undefined behaviour. See condition at line 346. [shiftTooManyBits] memkind-1.14.0/tiering/ctl.c:346:16: note: Assuming that condition 'ctl_id>=NUM_CMD' is not redundant memkind-1.14.0/tiering/ctl.c:350:25: note: Shift memkind-1.14.0/tiering/memtier.c:90:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier.c:100:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier.c:110:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier.c:122:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier.c:134:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier.c:147:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_init_once [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier_log.c:33:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS_write [valueFlowBailoutIncompleteVar] memkind-1.14.0/tiering/memtier_log.c:127:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier/fakecap.c:19:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier/fakecap.c:16:11: style: Variable 'var' can be declared as pointer to const [constVariablePointer] memkind-1.14.0/utils/memtier/memtier.c:92:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable required_argument [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier/memtier.c:153:9: warning: %zu in format string (no. 1) requires 'size_t' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] memkind-1.14.0/utils/memtier/memtier.c:153:9: warning: %zu in format string (no. 2) requires 'size_t' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] memkind-1.14.0/utils/memtier/memtier.c:91:26: style: Variable 'long_options' can be declared as const array [constVariable] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:72:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:77:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:86:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:91:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:100:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:137:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:188:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:224:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:133:5: style: Class 'memtier_multiple_bench_alloc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:108:6: style: The destructor '~memtier_bench_alloc' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:44:14: note: Virtual destructor in base class memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:108:6: note: Destructor in derived class memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:144:6: style: The destructor '~memtier_multiple_bench_alloc' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:44:14: note: Virtual destructor in base class memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:144:6: note: Destructor in derived class memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:176:17: style: C-style pointer casting [cstyleCast] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:174:37: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'parse_opt' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:214:37: note: You might need to cast the function pointer here memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:174:37: note: Parameter 'arg' can be declared as pointer to const diff: head memkind-1.14.0/autohbw/autohbw.c:185:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:281:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:313:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:329:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:361:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:381:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:392:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:398:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:425:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/autohbw/autohbw.c:438:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/autohbw_candidates.c:25:42: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/examples/autohbw_candidates.c:29:42: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/examples/autohbw_candidates.c:34:50: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/examples/autohbw_candidates.c:35:70: style: Parameter 'err' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/examples/autohbw_candidates.c:39:43: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/examples/autohbw_candidates.c:39:55: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/examples/fixed_malloc.c:26:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/memkind_allocated.hpp:17:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/memkind_allocated_example.cpp:45:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/memkind_allocated_example.cpp:54:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_alignment.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_and_dax_kmem_kind.c:26:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_and_default_kind.c:29:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_config.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_cpp_allocator.cpp:124:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_detect_kind.c:32:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_detect_kind.c:46:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_detect_kind.c:68:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_detect_kind.c:85:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_free_with_unknown_kind.c:30:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_kinds.c:31:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_malloc.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_malloc_unlimited.c:25:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_multithreads.c:32:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_multithreads.c:80:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_multithreads_onekind.c:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_multithreads_onekind.c:40:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/examples/pmem_usable_size.c:27:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1058:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1138:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1202:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SMALL_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1213:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SMALL_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1238:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1258:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1272:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1301:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1335:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1348:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1400:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1450:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1461:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1519:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1535:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1540:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1549:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1557:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1563:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1571:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1578:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_retain [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1585:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1590:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1595:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1614:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1733:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_dirty [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1749:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1776:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1799:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1850:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:1857:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:218:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:294:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:310:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:334:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz_large_pad [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:359:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:372:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:384:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:399:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAC_PURGE_ALWAYS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:448:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:519:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ARENA_DEFERRED_PURGE_NPAGES_THRESHOLD [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:580:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:588:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:599:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:652:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:687:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:766:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_retain [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:797:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable narenas_auto [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:835:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:874:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:890:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:90:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:918:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binshard [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/arena.c:933:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/background_thread.c:53:38: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:54:39: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:55:40: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:56:61: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:57:63: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:58:15: style: Parameter 'remaining_sleep' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:59:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:60:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:61:48: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:62:47: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:63:43: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:64:32: style: Parameter 'stats' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:65:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:776:33: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/background_thread.c:776:47: style: Parameter 'base' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/base.c:107:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:140:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable metadata_thp_auto [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:179:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUANTUM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:205:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:246:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUANTUM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:321:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:358:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ehooks_default_extent_hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:439:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QUANTUM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:47:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:485:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/base.c:497:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/bin.c:36:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/bin.c:50:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/bin_info.c:13:9: style: Variable 'sc' can be declared as pointer to const [constVariablePointer] head memkind-1.14.0/jemalloc/src/bitmap.c:108:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BITMAP_GROUP_NBITS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/bitmap.c:119:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_BITMAP [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/buf_writer.c:126:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/buf_writer.c:46:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable je_malloc_message [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/cache_bin.c:29:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ncached_max [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/cache_bin.c:43:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/cache_bin.c:62:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cache_bin_trailing_junk [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:111:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:153:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:241:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable key [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:271:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:321:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:386:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:432:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:449:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_CKH_BUCKET_CELLS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:496:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:528:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ckh.c:90:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1027:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dss_prec_names [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1058:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1103:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1266:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destroyed_link [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1294:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1307:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLCTL_ARENAS_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1402:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ctl_arenas_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1476:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1558:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTL_MAX_DEPTH [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1589:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1611:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1642:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1670:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1700:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:1979:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:1979:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:1985:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNUSED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2007:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2059:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2113:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2113:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2114:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2114:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2115:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2115:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2116:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2116:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2117:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2117:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2118:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2118:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2119:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2119:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2120:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2120:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2121:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2121:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2122:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2122:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2123:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2123:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2124:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2124:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2128:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2128:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2129:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2129:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2130:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2130:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2131:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2131:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2132:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2132:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2135:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2135:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2136:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2136:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2138:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2138:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2139:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2139:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2146:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2146:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2147:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2147:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2150:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2150:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2151:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2151:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2152:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2152:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2153:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2153:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2155:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2155:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2158:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2158:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2160:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2160:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2161:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2161:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2162:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2162:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2163:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2163:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2165:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2165:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2166:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2166:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2167:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2167:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2168:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2168:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2169:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2169:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2170:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2170:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2171:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2171:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2172:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2172:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2173:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2173:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2174:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2174:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2175:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2175:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2176:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2176:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2177:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_utrace [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2177:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2178:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_xmalloc [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2178:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2179:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_enable_cxx [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2179:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2181:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2181:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2182:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2182:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2183:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2183:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2185:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2185:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2187:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2187:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2188:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2188:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2189:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2189:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2190:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2190:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2191:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2191:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2193:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2193:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2195:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2195:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2196:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2196:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2198:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2198:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2199:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2199:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2200:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2200:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2201:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2201:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2203:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2203:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2204:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2204:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2205:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2205:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2206:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2206:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2207:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2207:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2208:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2208:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2209:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2209:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2210:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2210:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2212:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2212:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2213:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2213:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2215:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2215:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2217:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_uaf_detection [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2217:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2219:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2219:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2233:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EAGAIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2281:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2281:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2282:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2282:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2283:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2283:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2284:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:2284:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:2296:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2315:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2333:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2350:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2366:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2399:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2431:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2466:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2485:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2500:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2519:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2543:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLCTL_ARENAS_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2586:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2601:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2616:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2633:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2648:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2699:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2732:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dss_prec_limit [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2793:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2826:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2889:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:2949:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_retain [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3011:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3030:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3063:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3063:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3064:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3064:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3065:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3065:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3066:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3066:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3067:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3067:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3068:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3068:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3069:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3069:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3070:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3070:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3071:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3071:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3073:28: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3075:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3081:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3081:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3082:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3082:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3085:32: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3087:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3101:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3125:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_config_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3151:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3182:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3214:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3252:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3275:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3305:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3323:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lg_prof_sample [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3342:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3342:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3343:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3343:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3352:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3372:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3389:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3421:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3449:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3466:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3466:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3467:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3467:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3468:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3468:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3469:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3469:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3470:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3470:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3471:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3471:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3472:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3472:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3474:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3474:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3476:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3476:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3478:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3478:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3481:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3481:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3484:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3484:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3485:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3485:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3487:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3487:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3489:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3489:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3490:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3490:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3492:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3492:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3493:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3493:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3494:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3494:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3495:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3495:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3497:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3497:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3499:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3499:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3502:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3502:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3506:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3506:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3510:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3510:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3515:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3515:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3519:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3519:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3523:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3523:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3528:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3528:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3531:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3531:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3534:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3534:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3536:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3536:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3538:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3538:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3540:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3540:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3543:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3543:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3548:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3548:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3551:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3551:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3553:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3553:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3555:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3555:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3557:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3557:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3559:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3559:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3561:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3561:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3563:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3563:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3565:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3565:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3567:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3567:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3569:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3569:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3575:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3575:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3577:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3577:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3611:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3611:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3620:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3674:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3674:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3676:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3676:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3678:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3678:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3680:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3680:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3682:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3682:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3684:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3684:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3686:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3686:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3688:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3688:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3690:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3690:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3692:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3692:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3696:37: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3698:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3704:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3704:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3707:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3707:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3710:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3710:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3713:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3713:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3717:41: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3719:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3725:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3725:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3727:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3727:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3729:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3729:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3731:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3731:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3733:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3733:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3735:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3735:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3739:40: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3741:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3747:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3747:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3749:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3749:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3751:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3751:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3753:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3753:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3757:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3757:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3760:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3760:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3762:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3762:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3766:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3766:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3769:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3769:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3771:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3771:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3775:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3775:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3778:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3778:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3780:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3780:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3784:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3784:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3787:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3787:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3789:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3789:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3793:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3793:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3796:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3796:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3799:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3799:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3804:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3804:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3807:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3807:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3810:1: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/src/ctl.c:3810:1: style: Parameter 'newp' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3815:56: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:3817:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3826:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3855:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3882:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EPERM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3900:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:3993:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inspect_extent_util_stats_verbose_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4118:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable inspect_extent_util_stats_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4162:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4201:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4240:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4273:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4295:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4321:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4341:33: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:4343:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4359:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4385:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:4405:37: style: Parameter 'tsdn' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/ctl.c:4407:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ctl.c:989:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:104:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:120:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:163:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:233:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SMOOTHSTEP_NSTEPS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:244:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DECAY_UNBOUNDED_TIME_TO_PURGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:48:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/decay.c:68:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NSTIME_SEC_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/edata_cache.c:135:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_EDATA_CACHE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/edata_cache.c:70:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDATA_CACHE_FAST_FILL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/edata_cache.c:84:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_EDATA_CACHE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:163:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:176:38: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'ehooks_default_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/ehooks.c:273:2: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/ehooks.c:176:38: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/ehooks.c:176:58: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'ehooks_default_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/ehooks.c:273:2: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/ehooks.c:176:58: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/ehooks.c:200:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:239:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_thp [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:56:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:71:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:76:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/ehooks.c:90:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:160:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:181:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:223:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:237:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:250:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:286:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:329:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:341:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:366:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMAP_DECLARE_RTREE_CTX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/emap.c:46:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:121:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:169:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:209:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_cmp_summary_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:25:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:264:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:36:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:53:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nextents [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:64:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nextents [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/eset.c:80:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable heap [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:101:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1030:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1085:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_retained [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1107:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1125:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1136:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1153:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1180:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1247:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1301:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:1319:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slab_data_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:140:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:207:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:229:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:262:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:278:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_merging [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:286:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:312:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:323:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:399:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:540:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_dirty [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:600:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:63:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:648:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:787:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:813:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_merging [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:838:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:84:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:894:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:918:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_muzzy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:959:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:976:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent.c:996:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:100:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:113:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:245:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:255:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:269:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:63:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_dss [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:72:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPIN_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/extent_dss.c:85:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hook.c:159:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hook.c:173:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hook.c:187:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hook.c:69:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hook.c:74:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:274:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:287:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fxp_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:423:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:501:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:721:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:762:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:785:20: style: Parameter 'tsdn' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'tsdn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:785:20: note: Parameter 'tsdn' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:785:33: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:785:33: note: Parameter 'self' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:785:48: style: Parameter 'edata' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'edata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:785:48: note: Parameter 'edata' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:786:39: style: Parameter 'deferred_work_generated' can be declared as pointer to const. However it seems that 'hpa_expand' is a callback function, if 'deferred_work_generated' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:711:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:786:39: note: Parameter 'deferred_work_generated' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:792:20: style: Parameter 'tsdn' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'tsdn' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:792:20: note: Parameter 'tsdn' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:792:33: style: Parameter 'self' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'self' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:792:33: note: Parameter 'self' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:792:48: style: Parameter 'edata' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'edata' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:792:48: note: Parameter 'edata' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:793:45: style: Parameter 'deferred_work_generated' can be declared as pointer to const. However it seems that 'hpa_shrink' is a callback function, if 'deferred_work_generated' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/src/hpa.c:712:25: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/src/hpa.c:793:45: note: Parameter 'deferred_work_generated' can be declared as pointer to const head memkind-1.14.0/jemalloc/src/hpa.c:802:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_HPA [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:854:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ql_link_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:86:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpdata_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:889:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:94:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:962:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/hpa.c:978:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/inspect.c:34:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/jemalloc_cpp.cpp:102:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IsNoExcept [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/large.c:135:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/large.c:177:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CACHELINE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/large.c:187:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/large.c:25:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNUSED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/large.c:89:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sz_large_pad [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/mutex.c:111:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mutex_prof_data_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/mutex.c:170:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_MUTEX_TYPE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/mutex.c:208:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_abort [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/nstime.c:12:34: style: Parameter 'time' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/nstime.c:238:31: style: Parameter 'time' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/pa.c:103:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:117:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENT_PAI_PAC [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:126:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:14:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:161:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:186:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:217:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:265:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:54:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa.c:95:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa_extra.c:170:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_prof_mutex_extent_avail [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pa_extra.c:90:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:108:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_muzzy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:114:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:139:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:203:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:269:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:286:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:303:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKGROUND_THREAD_DEFERRED_MIN [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:319:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pszind_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:345:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:375:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_muzzy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:439:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_RANK_CORE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pac.c:509:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAC_PURGE_ALWAYS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:208:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFERROR_BUF [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:250:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:328:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:431:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pages_can_purge_lazy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:469:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pages_can_purge_forced [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:581:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:683:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thp_mode_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:702:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_madvise_huge [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/pages.c:760:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/peak_event.c:53:34: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/peak_event.c:58:40: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/peak_event.c:69:35: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/peak_event.c:74:41: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/peak_event.c:75:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MIN_START_WAIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:101:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:151:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:213:35: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/prof.c:251:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MAX_START_WAIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:270:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:284:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:298:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:308:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:332:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:347:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:404:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:454:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOENT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:531:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:537:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:542:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:548:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:553:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:588:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:706:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_dump_mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:725:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_dump_filename_mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:742:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_stats_mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof.c:769:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_stats_mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:181:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:205:53: style: Parameter 'prof_info' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/prof_log.c:206:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:312:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:325:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:338:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:351:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:358:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:411:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:425:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:500:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_uint64 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:533:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_string [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:553:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:592:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_uint64 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:615:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_log.c:704:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:105:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_ACQUIRE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:110:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:123:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELEASE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:128:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:134:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:140:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:197:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:265:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:26:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:280:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:39:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:407:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:45:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_recent_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:461:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:481:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_string [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:489:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:534:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:53:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_recent_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:584:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_recent.c:66:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_stats.c:25:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_stats.c:36:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_stats.c:45:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/prof_stats.c:53:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:106:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:121:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:139:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:171:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:192:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:219:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:258:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:318:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:345:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPURGE_LISTS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:37:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:56:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npageslabs [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/psset.c:99:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PSSET_NPSIZES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:111:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:140:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:174:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:251:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTREE_CTX_NCACHE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:39:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rtree_leaf_elm_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:50:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/rtree.c:76:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/san.c:100:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/san.c:157:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uaf_detect_junk [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/san.c:201:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/san.c:46:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/san.c:80:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_state_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/san_bump.c:94:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SBA_RETAINED_ALLOC_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sc.c:265:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:223:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE_MASK [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:360:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:369:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:385:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:396:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:406:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:413:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/sec.c:420:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mtx [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:100:40: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/tcache.c:1051:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCACHE_MAXCLASS_LIMIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:105:46: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/tcache.c:106:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_MIN_START_WAIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:111:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:126:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:165:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:184:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:218:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_INVALID_ELAPSED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:224:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TE_INVALID_ELAPSED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:230:15: style: Parameter 'tcache' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/tcache.c:257:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:265:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:288:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arena_emap_global [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:319:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:515:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptrs [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:567:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptrs [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:586:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:606:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:656:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tcache_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:718:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:760:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tcache_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:789:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:853:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:864:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:890:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:90:33: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/tcache.c:955:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCACHES_ELM_NEED_REINIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/tcache.c:95:39: style: Parameter 'tsd' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/jemalloc/src/tcache.c:992:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_NBINS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/witness.c:104:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/src/witness.c:112:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_debug [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/MALLOCX_ARENA.c:65:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_MALLOCX_ARENA [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:111:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/aligned_alloc.c:61:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:115:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:148:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable try_split [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:223:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:243:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable called_alloc [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:264:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/extent.c:273:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/mallocx.c:183:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/mallocx.c:223:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/mallocx.c:96:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/overflow.c:58:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_overflow [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/posix_memalign.c:91:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/rallocx.c:231:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/rallocx.c:282:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTRDIFF_MAX [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:55:12: style: Condition '100<=bin_size' is always true [knownConditionTrueFalse] memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:43:16: note: Assuming condition 'bin_size<100' is false memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:55:12: note: Condition '100<=bin_size' is always true head memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:55:12: style: Condition '100<=bin_size' is always true [knownConditionTrueFalse] memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:43:16: note: Assuming that condition 'bin_size<100' is not redundant memkind-1.14.0/jemalloc/test/integration/slab_sizes.c:55:12: note: Condition '100<=bin_size' is always true head memkind-1.14.0/jemalloc/test/integration/thread_arena.c:42:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFERROR_BUF [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/thread_arena.c:85:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_thread_arena [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/xallocx.c:167:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/xallocx.c:200:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/xallocx.c:255:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_T_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/integration/xallocx.c:316:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:289:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:316:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:387:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:420:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDSTR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:429:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N32 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N64 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:449:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:488:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:553:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N32 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:589:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N32 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:613:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sfmt_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/src/SFMT.c:645:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/stress/fill_flush.c:58:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_decay.c:237:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ARENA_DECAY_NTICKS_PER_UPDATE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_decay.c:261:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_decay.c:320:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_decay.c:378:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_decay.c:398:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_reset.c:102:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_reset.c:140:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_reset.c:284:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/arena_reset.c:322:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/atomic.c:197:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/atomic.c:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/atomic.c:209:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/atomic.c:216:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_RELAXED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/background_thread.c:35:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable n_background_threads [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/background_thread.c:44:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/background_thread.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/background_thread_enable.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/background_thread_enable.c:45:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_background_thread [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/base.c:114:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable try_dalloc [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/base.c:232:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/base.c:246:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hooks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/base.c:69:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable try_dalloc [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:164:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/batch_alloc.c:85:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bin_infos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/binshard.c:62:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/binshard.c:85:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable have_percpu_arena [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/bit_util.c:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu32 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/bit_util.c:139:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu64 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/bit_util.c:178:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu32 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/bit_util.c:183:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu64 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/bit_util.c:42:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMTu32 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/bit_util.c:82:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_SIZEOF_PTR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/cache_bin.c:43:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/cache_bin.c:61:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/decay.c:229:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DECAY_UNBOUNDED_TIME_TO_PURGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/double_free.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_safety_checks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/edata_cache.c:105:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDATA_CACHE_FAST_FILL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/edata_cache.c:16:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/edata_cache.c:188:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EDATA_CACHE_FAST_FILL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/edata_cache.c:24:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/edata_cache.c:54:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ql_link_inactive [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/edata_cache.c:67:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:114:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_bool [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:171:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:229:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_bool [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:283:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:339:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:394:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_type_int [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/emitter.c:458:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emitter_justify_left [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/extent_quantize.c:108:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:117:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:189:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:214:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:227:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:23:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:258:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:299:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:30:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:481:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iter_begin [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:546:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:574:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:61:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:671:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:726:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:781:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:79:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:805:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:813:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_group_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:882:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_bit_and [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:888:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:900:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fb_bit_or [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:906:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fb.c:932:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NBITS_TAB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/fxp.c:276:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FXP_BUF_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:128:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:175:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:208:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:226:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:337:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:384:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:412:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hook.c:469:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:156:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpa_hooks_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:243:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:252:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpa_hooks_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:341:25: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'defer_test_hugify' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/hpa.c:369:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/hpa.c:341:25: note: Parameter 'ptr' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/hpa.c:347:27: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'defer_test_dehugify' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/hpa.c:370:20: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/hpa.c:347:27: note: Parameter 'ptr' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/hpa.c:383:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:446:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mem_tree_empty [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:69:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa.c:76:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hpa_hooks_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:136:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:152:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpa_background_thread.c:181:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpdata.c:100:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpdata.c:158:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpdata.c:223:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/hpdata.c:60:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/huge.c:92:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/inspect.c:173:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/inspect.c:275:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_SMALL_MAXCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/junk.c:135:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_junk_alloc [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/junk.c:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable junk_alloc_callback [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/junk.c:82:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LG_PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:41: style: Parameter 'hooks' can be declared as pointer to const. However it seems that 'purge_forced_record_max' is a callback function, if 'hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:68:45: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:41: note: Parameter 'hooks' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:54: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'purge_forced_record_max' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:68:45: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:47:54: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:35: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'dalloc_record_max' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:69:39: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:35: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:55: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'dalloc_record_max' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:69:39: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/oversize_threshold.c:56:55: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/pa.c:125:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_alloc_free_purge_thds [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pa.c:13:28: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'merge_hook' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:36:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:13:28: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/pa.c:13:48: style: Parameter 'addr_a' can be declared as pointer to const. However it seems that 'merge_hook' is a callback function, if 'addr_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:36:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:13:48: note: Parameter 'addr_a' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/pa.c:14:11: style: Parameter 'addr_b' can be declared as pointer to const. However it seems that 'merge_hook' is a callback function, if 'addr_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:36:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:14:11: note: Parameter 'addr_b' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/pa.c:19:28: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'split_hook' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:37:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:19:28: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/pa.c:19:48: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'split_hook' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/pa.c:37:18: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/pa.c:19:48: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/pa.c:21:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pa.c:34:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extent_hooks_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pa.c:56:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pa.c:83:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pa.c:92:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pack.c:100:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptrs [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pack.c:165:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_pack [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/pages.c:28:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_pages_huge [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/peak.c:46:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_peak [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_accum.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_accum.c:83:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_idump [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_active.c:118:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_prof_active [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_gdump.c:20:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_hpa [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_gdump.c:76:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_gdump [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_hook.c:131:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_hook.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_idump.c:31:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_idump.c:56:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_idump [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_log.c:112:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_log.c:144:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_log.c:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:167:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:28:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:92:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_mdump.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:104:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:144:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:30:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:442:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_prof_sys_thread_name [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:496:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:56:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_recent.c:629:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_reset.c:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_reset.c:212:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_reset.c:259:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prof_dump_open_file [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_reset.c:46:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_reset.c:87:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_stats.c:105:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_stats.c:131:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:27:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:76:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_prof_sys_thread_name [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:8:44: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'test_prof_sys_thread_name_read_error' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:47:30: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/prof_sys_thread_name.c:8:44: note: Parameter 'buf' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/prof_tctx.c:47:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_prof_realloc [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_thread_name.c:82:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/prof_thread_name.c:98:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:107:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:125:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:158:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:250:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:284:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:352:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:386:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:435:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:478:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:502:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE_PAGES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:568:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:636:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/psset.c:675:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGEPAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/ql.c:278:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/retained.c:102:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/retained.c:187:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_retained [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/retained.c:75:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SPIN_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/safety_check.c:106:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/safety_check.c:40:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/safety_check.c:56:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/safety_check.c:72:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/safety_check.c:89:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_prof [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/san.c:105:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/san.c:112:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/san.c:125:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/san.c:77:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SC_LARGE_MINCLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/san_bump.c:73:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable maps_coalesce [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sc.c:32:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_update_slab_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:143:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:166:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:307:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:411:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:449:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:478:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:487:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:531:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:583:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TSDN_NULL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:61:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sec.c:83:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edata_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/size_check.c:48:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_size_checks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/size_check.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_opt_size_checks [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/size_classes.c:148:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAGE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/slab.c:38:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_arena_slab_regind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/spin.c:17:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_spin [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:135:17: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'thd_start' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/jemalloc/test/unit/stats.c:143:19: note: You might need to cast the function pointer here memkind-1.14.0/jemalloc/test/unit/stats.c:135:17: note: Parameter 'arg' can be declared as pointer to const head memkind-1.14.0/jemalloc/test/unit/stats.c:151:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:196:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:237:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:330:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:37:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:402:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:411:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats_print.c:147:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable token_pos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats_print.c:88:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/stats_print.c:96:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/sz.c:65:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_sz_psz2ind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/test_hooks.c:26:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_hooks_libc_hook [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/thread_event.c:33:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_next_event_fast [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/tsd.c:113:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsd_state_purgatory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/tsd.c:156:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_SEQ_CST [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/tsd.c:210:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOMIC_SEQ_CST [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/tsd.c:266:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_status_fail [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/tsd.c:59:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_TSD_TEST_DATA_INIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/tsd.c:88:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOC_TSD_TEST_DATA_INIT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/witness.c:150:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/witness.c:181:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/witness.c:216:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/witness.c:240:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/witness.c:98:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WITNESS_TSD_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero.c:49:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_fill [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:17:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:35:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_realloc_alloc.c:47:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_realloc_alloc [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_realloc_free.c:22:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_realloc_free.c:32:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_realloc_free [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_reallocs.c:17:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_stats [valueFlowBailoutIncompleteVar] head memkind-1.14.0/jemalloc/test/unit/zero_reallocs.c:39:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable test_zero_reallocs [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:137:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:149:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:164:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_TOUCH_PAGES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:234:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:239:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:245:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:254:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:271:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:29:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:34:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:39:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_INTERLEAVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/hbwmalloc.c:54:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:1057:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_FIXED_OPS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:1073:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:1108:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_STAT_TYPE_MAX_VALUE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:353:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MASK_PAGE_SIZE_2MB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:362:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_POLICY_MAX_VALUE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:397:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:443:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NUM_BASE_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:457:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NUM_BASE_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:530:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:610:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:683:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:705:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:731:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:745:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_preferred_get_mbind_mode [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:957:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_config [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind.c:990:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:232:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MASK_PAGE_SIZE_2MB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:237:42: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_dalloc' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:317:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:237:42: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:237:62: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_dalloc' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:317:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:237:62: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:243:42: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_commit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:318:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:243:42: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:243:62: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_commit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:318:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:243:62: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:249:44: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_decommit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:319:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:249:44: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:249:64: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_decommit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:319:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:249:64: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:256:52: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_purge_hog_memory' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:320:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:256:52: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:256:72: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_purge_hog_memory' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:320:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:256:72: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:266:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MADV_DONTNEED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:270:41: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'arena_extent_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:321:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:270:41: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:270:61: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'arena_extent_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_arena.c:321:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_arena.c:270:61: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_arena.c:277:41: style: Parameter 'extent_hooks' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_arena.c:277:61: style: Parameter 'addr_a' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_arena.c:278:46: style: Parameter 'addr_b' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_arena.c:328:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:382:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_ARENAS_CREATE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:468:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NUM_BASE_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:486:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:494:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable JEMALLOC_TCACHE_CLASS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:535:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:549:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:583:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:601:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:615:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:655:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_ZERO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:680:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:764:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:772:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:788:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:838:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:856:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:863:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:882:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:904:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MALLOCX_TCACHE_NONE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:912:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_STAT_PRINT_JSON_FORMAT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_arena.c:930:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_bitmask.c:143:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_bitmask.c:36:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MALLOC [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_capacity.c:102:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_capacity.c:132:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_capacity.c:142:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_capacity.c:70:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_capacity.c:76:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_capacity.c:85:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_dax_kmem.c:113:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_dax_kmem.c:127:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_dax_kmem.c:140:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_dax_kmem.c:153:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_dax_kmem.c:162:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_dax_kmem.c:170:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:103:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:131:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:181:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_BADOPS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:202:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_PRIVATE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:211:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_all_nodes_ptr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:218:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_BIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:225:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:232:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_INTERLEAVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:236:66: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_default.c:241:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_default.c:61:60: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_default_destroy' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_default.c:40:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_default.c:61:60: note: Parameter 'kind' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:107:49: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_dalloc' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:163:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:107:49: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:107:69: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_dalloc' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:163:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:107:69: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:113:49: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_commit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:164:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:113:49: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:113:69: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_commit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:164:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:113:69: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:121:51: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_decommit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:165:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:121:51: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:121:71: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_decommit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:165:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:121:71: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:129:48: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_purge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:166:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:129:48: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:129:68: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_purge' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:166:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:129:68: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:137:48: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:167:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:137:48: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:137:68: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'fixed_extent_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:167:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:137:68: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:145:48: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'fixed_extent_merge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:168:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:145:48: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:145:68: style: Parameter 'addr_a' can be declared as pointer to const. However it seems that 'fixed_extent_merge' is a callback function, if 'addr_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:168:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:145:68: note: Parameter 'addr_a' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:146:53: style: Parameter 'addr_b' can be declared as pointer to const. However it seems that 'fixed_extent_merge' is a callback function, if 'addr_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:168:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:146:53: note: Parameter 'addr_b' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:153:50: style: Parameter 'extent_hooks' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_fixed.c:153:70: style: Parameter 'addr' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_fixed.c:226:57: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_fixed_mmap' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_fixed.c:27:13: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_fixed.c:226:57: note: Parameter 'kind' can be declared as pointer to const head memkind-1.14.0/src/memkind_fixed.c:38:57: style: Parameter 'kind' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_hbw.c:225:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hbw.c:239:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hbw.c:316:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_UNAVAILABLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hbw.c:368:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hbw.c:381:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hbw.c:394:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hugetlb.c:145:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hugetlb.c:186:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hugetlb.c:223:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hugetlb.c:332:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hugetlb.c:358:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_hugetlb.c:67:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:110:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:129:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:146:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:165:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:182:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:198:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:204:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:211:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:217:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:223:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:229:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:51:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:59:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:67:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:75:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:83:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_SINGLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_local.c:93:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NODE_VARIANT_MULTIPLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_log.c:101:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_mem_attributes.c:413:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:119:41: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_commit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:179:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:119:41: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:119:61: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_commit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:179:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:119:61: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:126:43: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_decommit' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:180:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:126:43: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:126:63: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_decommit' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:180:17: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:126:63: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:133:40: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_purge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:181:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:133:40: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:133:60: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_purge' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:181:19: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:133:60: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:140:40: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_split' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:182:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:140:40: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:140:60: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_split' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:182:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:140:60: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:148:40: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_merge' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:183:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:148:40: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:148:60: style: Parameter 'addr_a' can be declared as pointer to const. However it seems that 'pmem_extent_merge' is a callback function, if 'addr_a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:183:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:148:60: note: Parameter 'addr_a' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:149:45: style: Parameter 'addr_b' can be declared as pointer to const. However it seems that 'pmem_extent_merge' is a callback function, if 'addr_b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:183:14: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:149:45: note: Parameter 'addr_b' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:156:42: style: Parameter 'extent_hooks' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/memkind_pmem.c:191:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:237:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_pmem [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:296:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:307:56: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'memkind_pmem_mmap' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:35:13: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:307:56: note: Parameter 'kind' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:322:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:350:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_SHARED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:356:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/memkind_pmem.c:81:52: style: Parameter 'extent_hooks' can be declared as pointer to const. However it seems that 'pmem_extent_dalloc_hog_memory' is a callback function, if 'extent_hooks' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:178:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:81:52: note: Parameter 'extent_hooks' can be declared as pointer to const head memkind-1.14.0/src/memkind_pmem.c:81:72: style: Parameter 'addr' can be declared as pointer to const. However it seems that 'pmem_extent_dalloc_hog_memory' is a callback function, if 'addr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/memkind_pmem.c:178:15: note: You might need to cast the function pointer here memkind-1.14.0/src/memkind_pmem.c:81:72: note: Parameter 'addr' can be declared as pointer to const head memkind-1.14.0/src/memkind_regular.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_UNAVAILABLE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:124:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:130:57: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/tbb_wrapper.c:133:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:137:38: style: Parameter 'value' can be declared as pointer to const. However it seems that 'tbb_get_kind_stat' is a callback function, if 'value' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:298:27: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:137:38: note: Parameter 'value' can be declared as pointer to const head memkind-1.14.0/src/tbb_wrapper.c:140:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:146:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:149:28: style: Parameter 'write_cb' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/tbb_wrapper.c:149:67: style: Parameter 'cbopaque' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/tbb_wrapper.c:153:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:156:57: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/src/tbb_wrapper.c:162:52: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'tbb_defrag_reallocate' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:299:36: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:162:52: note: Parameter 'kind' can be declared as pointer to const head memkind-1.14.0/src/tbb_wrapper.c:162:64: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'tbb_defrag_reallocate' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:299:36: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:162:64: note: Parameter 'ptr' can be declared as pointer to const head memkind-1.14.0/src/tbb_wrapper.c:171:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:182:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:197:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:250:59: style: Parameter 'kind' can be declared as pointer to const. However it seems that 'tbb_update_memory_usage_policy' is a callback function, if 'kind' is declared with const you might also need to cast function pointer(s). [constParameterCallback] memkind-1.14.0/src/tbb_wrapper.c:297:45: note: You might need to cast the function pointer here memkind-1.14.0/src/tbb_wrapper.c:250:59: note: Parameter 'kind' can be declared as pointer to const head memkind-1.14.0/src/tbb_wrapper.c:254:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:264:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_OPERATION_FAILED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/src/tbb_wrapper.c:92:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/Allocator.hpp:102:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/Allocator.hpp:110:14: style: The destructor '~MemkindAllocator' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:25:14: note: Virtual destructor in base class memkind-1.14.0/test/Allocator.hpp:110:14: note: Destructor in derived class head memkind-1.14.0/test/Allocator.hpp:113:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/test/Allocator.hpp:136:19: style: The function 'calloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:14:19: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:136:19: note: Function in derived class head memkind-1.14.0/test/Allocator.hpp:153:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/Allocator.hpp:167:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_INTERLEAVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/Allocator.hpp:185:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_2MB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/Allocator.hpp:37:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/test/Allocator.hpp:51:19: style: The function 'calloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/Allocator.hpp:14:19: note: Virtual function in base class memkind-1.14.0/test/Allocator.hpp:51:19: note: Function in derived class head memkind-1.14.0/test/Allocator.hpp:95:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_HIGH_BANDWIDTH [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPolicy.hpp:133:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPolicy.hpp:18:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_free_nodemask [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPolicy.hpp:23:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_free_nodemask [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPolicy.hpp:59:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPOL_MF_MOVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPolicy.hpp:87:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPrereq.hpp:216:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_nodes_ptr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPrereq.hpp:326:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPrereq.hpp:363:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPrereq.hpp:376:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_LOWEST_LATENCY_LOCAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPrereq.hpp:385:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HIGHEST_CAPACITY_LOCAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/TestPrereq.hpp:402:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] 2.13.0 memkind-1.14.0/test/alloc_benchmark.c:101:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXIT_FAILURE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/alloc_benchmark.c:107:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/alloc_performance_tests.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/CSVLogger.hpp:19:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/CSVLogger.hpp:32:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/CommandLine.hpp:47:33: style: Parameter 'argv' can be declared as const array [constParameter] head memkind-1.14.0/test/allocator_perf_tool/CommandLine.hpp:53:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:31:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/HBWmallocAllocatorWithTimer.hpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:20:6: style: The destructor '~HugePageUnmap' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/HugePageUnmap.hpp:20:6: note: Destructor in derived class head memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:20:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:27:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/JemallocAllocatorWithTimer.hpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:28:6: style: The destructor '~MemkindAllocatorWithTimer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Allocator.hpp:17:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:28:6: note: Destructor in derived class head memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:35:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/MemkindAllocatorWithTimer.hpp:49:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/Numastat.hpp:42:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.cpp:97:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.h:16:6: style: The destructor '~ScenarioWorkload' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Workload.hpp:11:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/ScenarioWorkload.h:16:6: note: Destructor in derived class head memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:20:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:27:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/StandardAllocatorWithTimer.hpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:100:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/StressIncreaseToMax.cpp:43:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: style: The destructor '~Task' overrides a destructor in a base class but is identical to the overridden function [uselessOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:9:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: note: Destructor in derived class head memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: style: The destructor '~Task' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/allocator_perf_tool/Runnable.hpp:9:14: note: Virtual destructor in base class memkind-1.14.0/test/allocator_perf_tool/Task.hpp:13:14: note: Destructor in derived class head memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:104:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/Tests.hpp:64:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/allocator_perf_tool/main.cpp:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] head memkind-1.14.0/test/background_threads_test.cpp:26:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:253:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MASK_PAGE_SIZE_2MB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:318:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_2MB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:374:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:389:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:398:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:406:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_GBTLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:432:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:451:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:471:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:491:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:500:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/bat_tests.cpp:506:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TestPolicy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/check.cpp:113:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/check.cpp:193:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/check.cpp:222:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/check.cpp:95:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/common.h:90:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/common.h:95:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/dax_kmem_alloc_performance_tests.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/environ_err_dax_kmem_malloc_positive_test.cpp:37:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/environ_err_dax_kmem_malloc_test.cpp:23:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/environ_err_hbw_malloc_test.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_ENVIRON [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/environ_err_hbw_threshold_test.cpp:760:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/error_message_tests.cpp:53:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/error_message_tests.cpp:64:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_MESSAGE_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:107:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f2 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:117:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:132:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:141:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:160:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:180:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:198:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_PRIVATE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:212:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:229:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:249:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:323:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:36:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:378:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:388:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:398:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:408:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:417:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:428:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f2 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:438:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:453:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:462:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:482:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:502:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:519:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:534:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:551:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:571:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:58:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:647:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:68:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:78:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:88:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fixed_allocator_tests.cpp:97:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:132:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:161:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:65:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/fragmentation_benchmark_pmem.cpp:94:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/freeing_memory_segfault_test.cpp:24:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gb_page_tests_bind_policy.cpp:19:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HIGHEST_CAPACITY [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:119:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:138:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_INTERLEAVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:149:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:161:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:179:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:193:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM_INTERLEAVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:210:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:25:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:57:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:74:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROT_READ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/get_capacity_test.cpp:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10162:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CharType [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10333:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:10483:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1066:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:144:12: style: The destructor '~ScopedFakeTestPartResultReporter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19617:18: note: Virtual destructor in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:144:12: note: Destructor in derived class head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:1770:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2135:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kNonFatalFailure [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2385:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2406:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:2861:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3032:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3425:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3432:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hex [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3439:55: style: Parameter 'ss' can be declared as pointer to const [constParameterPointer] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3566:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kSize [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3578:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3602:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kNonFatalFailure [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:3768:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable kNonFatalFailure [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4047:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4344:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4446:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4570:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4577:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4590:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4597:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4612:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4634:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4646:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4653:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4747:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4758:12: style: The destructor '~TestEventRepeater' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20986:18: note: Virtual destructor in base class memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4758:12: note: Destructor in derived class head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4944:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:4971:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5134:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:559:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:572:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_gtest_also_run_disabled_tests [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:5938:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:593:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_gtest_also_run_disabled_tests [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6189:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6246:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6277:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6437:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6770:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAGS_gtest_death_test_style [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:6794:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:721:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:8386:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _POSIX_PATH_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9262:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9573:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9579:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9679:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9803:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest-all.cc:9861:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10950:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:10981:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable internal2 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11038:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OtherOperand [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11239:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IsContainer [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11478:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11555:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11609:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11664:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11706:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11748:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11764:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11787:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tuple [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:11798:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tuple [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12091:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12199:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:12450:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:15987:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16125:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16281:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16454:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16646:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:16855:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:17083:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:17327:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:17589:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:18190:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:18222:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19636:22: style: The destructor '~HasNewFatalFailureHelper' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19617:18: note: Virtual destructor in base class memkind-1.14.0/test/gtest_fused/gtest/gtest.h:19636:22: note: Destructor in derived class head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:20195:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21663:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:21780:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2889:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:2903:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8663:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8668:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8707:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dummy_ [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8821:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8840:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTEST_FATAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8921:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Tail [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:8954:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9273:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/gtest_fused/gtest/gtest.h:9319:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_allocator_performance_tests.cpp:67:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:111:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:120:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:135:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:153:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW_HUGETLB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:170:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:183:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:191:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:201:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:208:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:214:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:234:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:293:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:326:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:362:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:36:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:391:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:45:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:54:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:68:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_TOUCH_PAGES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:77:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/hbw_verify_function_test.cpp:94:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable page_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/heap_manager_init_perf_test.cpp:21:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/heap_manager_init_perf_test.cpp:46:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fixed [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/huge_page_test.cpp:43:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_2MB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/locality_test.cpp:118:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/locality_test.cpp:38:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cpu_set_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/locality_test.cpp:84:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/main.cpp:25:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:112:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:121:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:140:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:161:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:178:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:190:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:207:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:230:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:38:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:48:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:58:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:68:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:77:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:87:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_default [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_allocator_tests.cpp:97:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable int_alc_regular [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:105:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:115:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:128:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:142:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:161:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:173:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:193:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:208:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:221:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:257:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:25:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:304:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:350:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:379:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:38:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:452:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:51:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:65:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:83:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:90:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_dax_kmem_test.cpp:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_defrag_reallocate.cpp:29:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_defrag_reallocate.cpp:46:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_defrag_reallocate.cpp:90:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_detect_kind_tests.cpp:47:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_detect_kind_tests.cpp:56:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_detect_kind_tests.cpp:65:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_detect_kind_tests.cpp:88:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_highcapacity_tests.cpp:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_highcapacity_tests.cpp:41:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_highcapacity_tests.cpp:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_highcapacity_tests.cpp:63:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_highcapacity_tests.cpp:99:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HIGHEST_CAPACITY_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_hmat_tests.cpp:26:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_hmat_tests.cpp:51:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable threads_num [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_hmat_tests.cpp:90:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_dax_kmem_test.cpp:20:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_dax_kmem_test.cpp:46:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memory_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_dax_kmem_test.cpp:71:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1001:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:106:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1083:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1123:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1127:16: style: The scope of the variable 'size' can be reduced. [variableScope] head memkind-1.14.0/test/memkind_memtier_test.cpp:114:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1160:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1219:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_REGULAR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1273:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:1320:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:150:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:157:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_DYNAMIC_THRESHOLD [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:192:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:212:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:222:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:250:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:264:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:277:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:286:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:297:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:30:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_DYNAMIC_THRESHOLD [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:334:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:349:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:373:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:417:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:446:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:476:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:494:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:513:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:534:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:554:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:568:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_builder [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:56:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:578:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:595:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:602:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:63:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:641:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:705:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:70:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:793:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:896:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_tier_memory [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_memtier_test.cpp:950:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTHREAD_MUTEX_INITIALIZER [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:108:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:126:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:147:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:165:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:181:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:197:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:205:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:59:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_null_kind_test.cpp:84:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:106:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:130:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:40:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:46:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:52:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:62:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable policy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:70:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable policy [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:78:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_config_tests.cpp:92:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable global_test_cfg [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_long_time_tests.cpp:53:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_long_time_tests.cpp:68:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_long_time_tests.cpp:85:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:103:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1047:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable memkind_t [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1071:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_NAME_LENGTH_PRIV [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1115:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:111:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1134:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1150:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1168:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1207:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1246:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:126:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_MIN_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1285:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1301:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:1347:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MAX_KIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:155:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IWUSR [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:174:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:191:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:199:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:213:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:234:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:246:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:259:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:269:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:351:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:371:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:411:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_PMEM_CHUNK_SIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:457:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:470:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:488:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:504:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:521:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:531:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:539:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:551:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:573:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:595:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:617:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:639:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:67:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:692:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_kind [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:734:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:752:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:783:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEM_USAGE_POLICY_CONSERVATIVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:83:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:848:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEM_USAGE_POLICY_CONSERVATIVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:899:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:913:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:927:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:941:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:94:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:955:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:967:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_pmem_tests.cpp:990:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_stat_test.cpp:23:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_stat_test.cpp:33:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_stat_test.cpp:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_stat_test.cpp:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_SUCCESS [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memkind_versioning_tests.cpp:27:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max_version_value [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:219:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:225:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:231:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:237:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:243:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:249:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:256:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:263:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:270:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:277:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:284:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:291:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:297:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:303:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:309:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:315:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:321:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:327:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:334:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:341:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:348:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:355:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:362:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:369:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:375:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:381:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:387:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:393:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:399:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:405:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:412:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:419:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:426:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:433:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:440:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_footprint_test.cpp:447:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DAX_KMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_topology.h:103:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_topology.h:119:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_topology.h:160:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numa_free_nodemask [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_topology.h:59:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/memory_topology.h:73:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:117:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:127:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:138:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:148:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:159:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:169:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:180:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:191:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:198:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:212:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:225:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:252:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:265:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:276:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:290:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:301:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:322:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:340:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:346:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:358:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:364:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:383:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:391:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:402:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_HBW [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:411:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:424:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:42:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:437:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_PREFERRED [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:450:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:478:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:493:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_BIND [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:506:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_PAGESIZE_4KB [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:520:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:542:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HBW_POLICY_INTERLEAVE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:54:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:64:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_MEMTYPE_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:79:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:88:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/negative_tests.cpp:98:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_ERROR_INVALID [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/performance/framework.cpp:171:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/performance/framework.cpp:238:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/performance/framework.cpp:262:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/performance/perf_tests.cpp:97:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_alloc_performance_tests.cpp:79:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable total_time [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:109:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:124:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:133:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_conservative [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:142:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:161:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:180:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:197:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pmem_max_size [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:208:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:225:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:245:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:50:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:60:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:70:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:80:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:89:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f1 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/pmem_allocator_tests.cpp:99:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable alloc_source_f2 [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/proc_stat.h:59:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/static_kinds_tests.cpp:32:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_once [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/stats_print_test_helper.c:31:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_STAT_PRINT_ALL [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/trial_generator.cpp:102:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/trial_generator.cpp:261:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMA_NUM_NODES [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/trial_generator.cpp:68:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/trial_generator.cpp:83:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/test/trial_generator.cpp:93:64: style: Parameter 'bandwidth' can be declared as reference to const [constParameterReference] head memkind-1.14.0/tiering/ctl.c:138:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/ctl.c:161:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/ctl.c:217:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/ctl.c:419:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_MAX_VALUE [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/ctl.c:53:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/ctl.c:66:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/ctl.c:90:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/memtier.c:100:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/memtier.c:110:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/memtier.c:122:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/memtier.c:134:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/memtier.c:147:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_init_once [valueFlowBailoutIncompleteVar] head memkind-1.14.0/tiering/memtier_log.c:127:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:100:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:108:6: style: The destructor '~memtier_bench_alloc' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:44:14: note: Virtual destructor in base class memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:108:6: note: Destructor in derived class head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:137:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:144:6: style: The destructor '~memtier_multiple_bench_alloc' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:44:14: note: Virtual destructor in base class memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:144:6: note: Destructor in derived class head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:188:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMTIER_POLICY_STATIC_RATIO [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:224:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:77:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:86:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] head memkind-1.14.0/utils/memtier_counter_bench/memtier_counter_bench.cpp:91:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MEMKIND_DEFAULT [valueFlowBailoutIncompleteVar] DONE