tests/mem_alloc: Let picolibc pick a malloc heap size

Now that picolibc's malloc arena configuration always allocates
some space, we don't need explicit allocations for tests.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2022-04-12 17:19:20 -07:00 committed by Carles Cufí
parent 2263708c73
commit a6119925c8

View file

@ -1,4 +1,3 @@
CONFIG_ZTEST=y
CONFIG_PICOLIBC=y
CONFIG_PICOLIBC_ALIGNED_HEAP_SIZE=8192
CONFIG_TEST_USERSPACE=y