zephyr/tests
Nicolas Pitre 923a909db8 tests/mem_pool_threadsafe: use actual minimum mempool block size
On 64-bit targets, the minimum possible mempool block size is not 8
but 16. With a max block size of 32, the mempool allocator cannot
split it into 4 sub-blocks, reducing the available memory allocations
to that original 32-byte block only.

To get the same allocation patterns and test behavior whether it is
built for a 32-bit or 64-bit architecture, let's define BLK_SIZE_MIN
and BLK_SIZE_MAX in terms of _MPOOL_MINBLK instead of literal values.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-10-09 17:45:40 -05:00
..
application_development
arch coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
benchmarks coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
bluetooth coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
boards coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
crypto tests: tinycrypt: build only on native_posix 2019-10-01 10:42:19 -07:00
drivers coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
kernel tests/mem_pool_threadsafe: use actual minimum mempool block size 2019-10-09 17:45:40 -05:00
lib tests: gui: Pass image pointer to fs_write 2019-10-02 08:18:16 -04:00
misc/test_build tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
net coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
portability tests: move cmsis_rtos_v2 into portability 2019-09-27 15:23:26 -04:00
posix
shell
subsys coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
unit tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
ztest