Searched refs:fail_malloc_check (Results 1 – 4 of 4) sorted by relevance
/dports/textproc/senna/senna-1.1.5/lib/ |
H A D | ctx.c | 686 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 D | ctx.h | 117 int fail_malloc_check(size_t size, const char *file, int line, const char *func);
|
H A D | io.c | 1381 if (fail_malloc_check(length, file, line, func)) { in sen_fail_mmap()
|
/dports/textproc/senna/senna-1.1.5/ |
H A D | ChangeLog | 40 * ctx.c (fail_malloc_check): default value of sen_fmalloc_prob set to 0.
|