Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 25 of 183) sorted by relevance

12345678

/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/example_build/
Dscatter.scat5 ; 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/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_a9/ghs/example_build/
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
/ThreadX-v6.4.1/ports/cortex_r5/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_m4/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_a8/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_a7/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_a5/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/cortex_r7/ghs/example_build/
Dsample_threadx.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x10000) :
Dsample_threadx_el.ld17 # heap - the heap, grows upward
41 .heap align(16) pad(0x1000) :
/ThreadX-v6.4.1/ports/arc_em/metaware/example_build/sample_threadx/
Dsample_threadx.cmd51 //heap (empty)
52 .heap? ALIGN(4) SIZE(DEFINED _HEAPSIZE?_HEAPSIZE:0): {}
/ThreadX-v6.4.1/ports/arc_hs/metaware/example_build/sample_threadx/
Dsample_threadx.cmd51 //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/
Dsample_threadx.cmd57 //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/
Dsample_threadx.scat10 ; This scatter-file places application code, data, stack and heap at suitable addresses in memory m…
22 ; App heap for all CPUs

12345678