Home
last modified time | relevance | path

Searched refs:heap_mem (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/basic/sys_heap/src/
Dmain.c12 static char heap_mem[HEAP_SIZE]; variable
23 sys_heap_init(&heap, heap_mem, HEAP_SIZE); in main()
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c24 static char heap_mem[N_MULTI_HEAPS][MHEAP_BYTES]; variable
323 sys_heap_init(&mheaps[i], &heap_mem[i][0], MHEAP_BYTES); in ZTEST()
335 zassert_true(blocks[i] >= &heap_mem[i][0] && in ZTEST()
336 blocks[i] < &heap_mem[i+1][0], in ZTEST()
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c25 K_HEAP_DEFINE(heap_mem, BLK_SIZE_MAX * BLK_NUM_MAX);
182 k_thread_heap_assign(&parent_thr, &heap_mem); in ZTEST()
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/
Dlinker.ld402 .heap_mem (NOLOAD) : ALIGN(8)
406 *(*.heap_mem)
/Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/
Dlinker.ld441 .heap_mem (NOLOAD) : ALIGN(8)
445 *(*.heap_mem)
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/
Dlinker.ld448 .heap_mem (NOLOAD) : ALIGN(8)
452 *(*.heap_mem)
/Zephyr-latest/soc/nxp/imx/imx8/adsp/
Dlinker.ld447 .heap_mem (NOLOAD) : ALIGN(8)
451 *(*.heap_mem)
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/
Dlinker.ld452 .heap_mem (NOLOAD) : ALIGN(8)
456 *(*.heap_mem)
/Zephyr-latest/soc/amd/acp_6_0/adsp/
Dlinker.ld494 .heap_mem (NOLOAD) : ALIGN(8)
498 *(*.heap_mem)
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld525 .heap_mem SEGSTART_UNCACHED (NOLOAD) :
528 *(.heap_mem)