-heapaddr

Sets the runtime address of the heap.

Syntax
  -heapaddr 
  addr
  
  
Remarks

The addr value is an address, in decimal or hexadecimal format. Hexadecimal values must begin with 0x. The default is

  stack_address - (
  heap_size + 
  stack_size)

  

where stack_address is the address of the stack, heap_size is the size of the heap, and stack_size is the size of the stack.

This is a linker option.