Home
last modified time | relevance | path

Searched refs:fail_malloc_check (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/senna/senna-1.1.5/lib/
H A Dctx.c686 fail_malloc_check(size_t size, const char *file, int line, const char *func) in fail_malloc_check() function
702 if (fail_malloc_check(size, file, line, func)) { in sen_fail_malloc()
714 if (fail_malloc_check(size, file, line, func)) { in sen_fail_calloc()
727 if (fail_malloc_check(size, file, line, func)) { in sen_fail_realloc()
740 if (fail_malloc_check(strlen(s), file, line, func)) { in sen_fail_strdup()
H A Dctx.h117 int fail_malloc_check(size_t size, const char *file, int line, const char *func);
H A Dio.c1381 if (fail_malloc_check(length, file, line, func)) { in sen_fail_mmap()
/dports/textproc/senna/senna-1.1.5/
H A DChangeLog40 * ctx.c (fail_malloc_check): default value of sen_fmalloc_prob set to 0.