Searched refs:heap (Results 1 – 25 of 183) sorted by relevance
12345678
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/example_build/ |
D | scatter.scat | 5 ; This scatter-file places application code, data, stack and heap at base address 0x80000000. 6 ; Using a scatter-file with ARM_LIB_STACKHEAP eliminates the need to set stack-limit or heap-base i… 29 ARM_LIB_HEAP 0x80040000 EMPTY 0x00040000 ; Application heap
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/example_build/ |
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/example_build/ |
D | sample_threadx.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x10000) :
|
D | sample_threadx_el.ld | 17 # heap - the heap, grows upward 41 .heap align(16) pad(0x1000) :
|
/ThreadX-v6.4.1/ports/arc_em/metaware/example_build/sample_threadx/ |
D | sample_threadx.cmd | 51 //heap (empty) 52 .heap? ALIGN(4) SIZE(DEFINED _HEAPSIZE?_HEAPSIZE:0): {}
|
/ThreadX-v6.4.1/ports/arc_hs/metaware/example_build/sample_threadx/ |
D | sample_threadx.cmd | 51 //heap (empty) 52 .heap? ALIGN(4) SIZE(DEFINED _HEAPSIZE?_HEAPSIZE:0): {}
|
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
D | sample_threadx.cmd | 57 //heap (empty) 58 .heap? ALIGN(4) SIZE(DEFINED _HEAPSIZE?_HEAPSIZE:0): {}
|
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/ |
D | sample_threadx.scat | 10 ; This scatter-file places application code, data, stack and heap at suitable addresses in memory m… 22 ; App heap for all CPUs
|
12345678