Searched refs:arena (Results 1 – 6 of 6) sorted by relevance
61 char *arena; variable91 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 …]
10 # Not defining LIBC malloc arena has the effect of declaring all available RAM
35 # Not defining LIBC malloc arena has the effect of declaring all available RAM
22 independently of the arena size since the native libc is used.
58 int "Size of the common C library malloc arena"66 Indicate the size in bytes of the memory arena used for
1855 * :github:`32827` - question: Specify size of malloc arena