zephyr/doc/reference/kernel
Nicolas Pitre 7a22a4bdf6 heap: clean up some size related issues
First, the maximum heap size must fit in 31 bits worth of chunks
because the internal 32-bit field holding the size is shared with
the `used` bit.

Then the mention of a 256-byte block in the doc is no longer
relevant. That pertained to the previous allocator implementation.

And ditto for the HEAP_MEM_POOL_MIN_SIZE kconfig option.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-01-15 12:08:20 -05:00
..
data_passing doc: kernel: clarify object limits 2020-11-19 13:18:59 -05:00
memory heap: clean up some size related issues 2021-01-15 12:08:20 -05:00
other doc: kernel: other: ring_buffers: Add Kconfig option description 2021-01-07 16:54:59 -05:00
scheduling doc: update function references to use :c:func: 2020-08-31 09:57:33 -04:00
smp doc/kernel/smp: Add initialization diagram 2019-11-14 19:13:27 -05:00
synchronization doc: kernel: clarify object limits 2020-11-19 13:18:59 -05:00
threads doc: kernel: clarify object limits 2020-11-19 13:18:59 -05:00
timing kernel: Remove CONFIG_LEGACY_TIMEOUT_API 2021-01-14 21:33:16 -05:00
index.rst kernel: Deprecate k_mem_pool APIs 2020-12-07 21:50:14 -05:00