Searched full:failmalloc (Results 1 – 13 of 13) sorted by relevance
| /third_party/nghttp2/tests/ |
| D | CMakeLists.txt | 39 failmalloc.c failmalloc_test.c 44 add_executable(failmalloc EXCLUDE_FROM_ALL target 47 target_link_libraries(failmalloc 50 add_test(failmalloc failmalloc) 51 add_dependencies(check failmalloc)
|
| D | Makefile.am | 30 check_PROGRAMS += failmalloc program 73 failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \ 93 TESTS += failmalloc
|
| D | .gitignore | 2 failmalloc
|
| D | malloc_wrapper.h | 50 specifically instrumented memory allocators for failmalloc
|
| D | failmalloc_test.c | 49 "/failmalloc", tests, NULL, 1, MUNIT_SUITE_OPTION_NONE,
|
| /third_party/libexif/ |
| D | .travis.yml | 175 - $HOME/failmalloc 204 # Failmalloc for improved test coverage 205 if [ ! -e "$HOME/failmalloc/lib/libfailmalloc.so.0" ] ; then 206 …curl -fsSORL --retry 8 https://download.savannah.nongnu.org/releases/failmalloc/failmalloc-1.0.tar… 207 tar xaf failmalloc-1.0.tar.gz 208 cd failmalloc-1.0 210 sed -i -e 's/\(__malloc_initialize_hook\)/volatile \1/' failmalloc.c 211 # Disable failmalloc on program exit so system code can run unimpeded 213 }' failmalloc.c 214 ./configure --prefix="$HOME/failmalloc" --disable-dependency-tracking [all …]
|
| /third_party/libexif/m4m/ |
| D | failmalloc.m4 | 7 AC_ARG_WITH(failmalloc, [ --with-failmalloc=PATH use Failmalloc for tests], [ optwith 38 AC_MSG_CHECKING([for failmalloc])
|
| /third_party/libexif/test/ |
| D | check-failmalloc.sh | 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 a 5 # due to segfaults. See https://www.nongnu.org/failmalloc/
|
| D | Makefile.am | 30 TESTS += check-failmalloc.sh 42 check-failmalloc.sh \
|
| /third_party/nghttp2/ |
| D | CMakeOptions.txt | 12 option(ENABLE_FAILMALLOC "Build failmalloc test program" ON)
|
| D | configure.ac | 90 AC_ARG_ENABLE([failmalloc], optenable 91 [AS_HELP_STRING([--disable-failmalloc], 92 [Do not build failmalloc test program])], 846 # failmalloc tests 1171 Failmalloc: ${enable_failmalloc}
|
| D | CMakeLists.txt | 471 Failmalloc: ${ENABLE_FAILMALLOC}
|
| /third_party/python/Misc/ |
| D | HISTORY | 16323 - Fix crashes on memory allocation failure found with failmalloc. 17595 - Fix some potential crashes found with failmalloc.
|