Home
last modified time | relevance | path

Searched refs:arena (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c61 char *arena; variable
91 arena = k_mem_map(arena_size, K_MEM_PERM_RW); in ZTEST()
93 zassert_not_null(arena, "failed to map anonymous memory arena size %zu", in ZTEST()
95 printk("Anonymous memory arena %p size %zu\n", arena, arena_size); in ZTEST()
120 void **arena_ptr = (void **)arena; in touch_anon_pages()
133 zassert_equal(arena[i], '\x00', in touch_anon_pages()
135 arena[i], i); in touch_anon_pages()
201 arena[i] = 0; in touch_anon_pages()
222 k_mem_unmap(arena, arena_size); in ZTEST()
229 arena[0] = 'x'; in ZTEST()
[all …]
/Zephyr-latest/boards/st/nucleo_l552ze_q/
DKconfig.defconfig10 # Not defining LIBC malloc arena has the effect of declaring all available RAM
/Zephyr-latest/boards/st/stm32l562e_dk/
DKconfig.defconfig35 # Not defining LIBC malloc arena has the effect of declaring all available RAM
/Zephyr-latest/tests/lib/hash_map/
DKconfig22 independently of the arena size since the native libc is used.
/Zephyr-latest/lib/libc/common/
DKconfig58 int "Size of the common C library malloc arena"
66 Indicate the size in bytes of the memory arena used for
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1855 * :github:`32827` - question: Specify size of malloc arena