mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-24 20:51:10 +00:00
Declare t_malloc_fail_after.
This commit is contained in:
parent
3ec87c7a8c
commit
7b6b493509
1 changed files with 1 additions and 0 deletions
1
t/t.h
1
t/t.h
|
@ -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 *);
|
||||
|
|
Loading…
Reference in a new issue