Declare t_malloc_fail_after.

This commit is contained in:
Dag-Erling Smørgrav 2014-12-29 23:49:50 +00:00 committed by des
parent 3ec87c7a8c
commit 7b6b493509

1
t/t.h
View file

@ -118,6 +118,7 @@ extern const uint8_t t_seq8[256];
* Debugging allocator
*/
extern int t_malloc_fail;
extern int t_malloc_fail_after;
extern int t_malloc_fatal;
#ifdef _IONBF /* proxy for <stdio.h> */
void t_malloc_printstats(FILE *);