Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: How to distinguish below three kinds of heap ?

$
0
0

Hi,all:

I am confused by so many heaps if use sysbios/bios.

If I define below three kinds of heaps at the same time.what happen?

how to know which heap size is the real heap size ?

1. define heap in cmd file

xx.cmd file     - heap  0x4000

2.define heap in cfg file

BIOS.heapSize    = 0xB000;

3.define  heap in cfg file

var HeapMem = xdc.useModule('ti.sysbios.heaps.HeapMem');
var heapMemParams = new HeapMem.Params();
heapMemParams.size = 0xC000;

 

 


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>