HEAD
=======
>>>>>>> update-docs
libsir: tests/tests_malloc_bsd.h Source File
libsir: The Standard Incident Reporter Library
|
libsir 2.2.6
Standard Incident Reporter
|
|
|
Loading...
Searching...
No Matches
32#ifndef _SIR_TESTS_MALLOC_BSD_H_INCLUDED
33# define _SIR_TESTS_MALLOC_BSD_H_INCLUDED
35# if defined(__FreeBSD__) && defined(DEBUG)
36# if !(__FreeBSD_version < 1000011)
37const char *malloc_conf =
"abort:true,confirm_conf:true,junk:true";
39const char *malloc_conf =
"JR";
43# if defined(__NetBSD__) && defined(DEBUG)
44const char *malloc_conf =
"abort:true,junk:true";
47# if defined(__OpenBSD__)
49char *malloc_options =
"CFGJRU";
51char *malloc_options =
"j";