Akos Kiss 8edab96162 Fix JMEM_HEAP_END_OF_LIST for pointers larger than 32 bits
For 64 bit pointers, 0xffffffff as end-of-list marker pointer does
not work, as the marker is expected to be greater than the start
address of the heap area (and also max 0xffffffff away), but on 64
bit systems, the heap can start on higher addresses, i.e., above
0x100000000.

This patch changes JMEM_HEAP_END_OF_LIST from pointer to offset.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
2016-08-29 12:23:48 +02:00
..
2016-08-05 09:11:33 +02:00
2016-08-23 03:53:13 -07:00
2016-08-26 13:20:07 +02:00
2016-06-14 14:44:02 +02:00
2016-06-27 00:25:09 -07:00
2016-08-26 13:20:07 +02:00