projectacrn.github.io/0.7/_sources/reference/kconfig/CONFIG_MALLOC_ALIGN.rst.txt

36 lines
507 B
Plaintext
Raw Normal View History

:orphan:
.. title:: MALLOC_ALIGN
.. option:: CONFIG_MALLOC_ALIGN
*Block size in the heap for malloc()*
Type: ``int``
Defaults
========
- 16
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:184``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
config MALLOC_ALIGN
int
prompt "Block size in the heap for malloc()"
range 8 32
default 16
*(Definitions include propagated dependencies, including from if's and menus.)*