select ASAN
help
Enables the fuzzing infrastructure to generate fuzzing data and run
- fuzz tests.
+ fuzz tests.
config CC_HAS_ASM_INLINE
def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null)
default 0x10000 if ARCH_IMX8 || ARCH_IMX8M
default 0x2000
help
- Size of the malloc() pool for use before relocation. If
- this is defined, then a very simple malloc() implementation
- will become available before relocation. The address is just
- below the global data, and the stack is moved down to make
- space.
+ Size of the malloc() pool for use before relocation. If
+ this is defined, then a very simple malloc() implementation
+ will become available before relocation. The address is just
+ below the global data, and the stack is moved down to make
+ space.
This feature allocates regions with increasing addresses
within the region. calloc() is supported, but realloc()
Use this only if you really know what you are doing.
if EXPERT
- config SYS_MALLOC_CLEAR_ON_INIT
+config SYS_MALLOC_CLEAR_ON_INIT
bool "Init with zeros the memory reserved for malloc (slow)"
default y
help