nuttx/mm/mempool
dongjiuzhu1 e5394be881 mempool/multiple_mempool: add private member delta in multiple-mempool
This delta describes the relationship between the block size of each
mempool in multiple mempool by user initialized. It is automatically
detected by the mempool_multiple_init function. If the delta is not
equal to 0, the block size of the pool in the multiple mempool is an
arithmetic progressions, otherwise it is an increasing progressions.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2023-01-15 20:05:55 +08:00
..
Make.defs mm/mempool: Remove MM_MEMPOOL option from Kconfig 2022-11-08 10:18:27 -03:00
mempool_multiple.c mempool/multiple_mempool: add private member delta in multiple-mempool 2023-01-15 20:05:55 +08:00
mempool_procfs.c mm/mempool: support multiple memory pool 2022-10-28 21:31:35 +08:00
mempool.c mm/mempool: update nexpand/ninitial/ninterrupt to xxxsize 2023-01-15 20:05:55 +08:00