Searched full:failmalloc (Results 1 – 12 of 12) sorted by relevance
39 failmalloc.c failmalloc_test.c43 add_executable(failmalloc EXCLUDE_FROM_ALL target46 target_link_libraries(failmalloc50 add_test(failmalloc failmalloc)51 add_dependencies(check failmalloc)
32 check_PROGRAMS += failmalloc program66 failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \82 TESTS += failmalloc
2 failmalloc
50 specifically instrumented memory allocators for failmalloc
167 - $HOME/failmalloc196 # Failmalloc for improved test coverage197 if [ ! -e "$HOME/failmalloc/lib/libfailmalloc.so.0" ] ; then198 …curl -fsSORL --retry 8 https://download.savannah.nongnu.org/releases/failmalloc/failmalloc-1.0.tar…199 tar xaf failmalloc-1.0.tar.gz200 cd failmalloc-1.0202 sed -i -e 's/\(__malloc_initialize_hook\)/volatile \1/' failmalloc.c203 # Disable failmalloc on program exit so system code can run unimpeded205 }' failmalloc.c206 ./configure --prefix="$HOME/failmalloc" --disable-dependency-tracking[all …]
7 AC_ARG_WITH(failmalloc, [ --with-failmalloc=PATH use Failmalloc for tests], [ optwith38 AC_MSG_CHECKING([for failmalloc])
2 # Use Failmalloc to test behaviour in the face of out-of-memory conditions.3 # The test runs a binary multiple times while configuring Failmalloc to fail a5 # due to segfaults. See https://www.nongnu.org/failmalloc/
19 TESTS += check-failmalloc.sh28 extract-parse.sh check-failmalloc.sh \
15 option(ENABLE_FAILMALLOC "Build failmalloc test program" ON)
100 AC_ARG_ENABLE([failmalloc], optenable101 [AS_HELP_STRING([--disable-failmalloc],102 [Do not build failmalloc test program])],586 # failmalloc tests898 Failmalloc: ${enable_failmalloc}
496 Failmalloc: ${ENABLE_FAILMALLOC}
16323 - Fix crashes on memory allocation failure found with failmalloc.17595 - Fix some potential crashes found with failmalloc.