16 #include <my_global.h>
23 bool stub_alloc_always_fails=
true;
24 int stub_alloc_fails_after_count= 0;
28 if (stub_alloc_always_fails)
31 if (--stub_alloc_fails_after_count <= 0)
34 void *ptr= malloc(size);
46 void pfs_print_error(
const char *format, ...)