safec  3.3
Safe C Library - ISO TR24731 Bounds Checking Interface
safe_config.h File Reference
+ This graph shows which files directly or indirectly include this file:

Macros

#define RSIZE_MAX_MEM   (256UL << 20) /* 256MB */
 
#define RSIZE_MAX_STR   (4UL << 10) /* 4KB */
 
#define SAFECLIB_STR_NULL_SLACK   1
 
#define SAFECLIB_ENABLE_UNSAFE   1
 
#define HAVE___BUILTIN_OBJECT_SIZE   1
 
#define HAVE___BUILTIN_CONSTANT_P   1
 
#define STRTOK_DELIM_MAX_LEN   16
 

Macro Definition Documentation

◆ RSIZE_MAX_MEM

#define RSIZE_MAX_MEM   (256UL << 20) /* 256MB */

◆ RSIZE_MAX_STR

#define RSIZE_MAX_STR   (4UL << 10) /* 4KB */

◆ SAFECLIB_STR_NULL_SLACK

#define SAFECLIB_STR_NULL_SLACK   1

◆ SAFECLIB_ENABLE_UNSAFE

#define SAFECLIB_ENABLE_UNSAFE   1

◆ HAVE___BUILTIN_OBJECT_SIZE

#define HAVE___BUILTIN_OBJECT_SIZE   1

◆ HAVE___BUILTIN_CONSTANT_P

#define HAVE___BUILTIN_CONSTANT_P   1

◆ STRTOK_DELIM_MAX_LEN

#define STRTOK_DELIM_MAX_LEN   16