Increasing heap size to 256K.

This commit is contained in:
Ruben Ayrapetyan
2015-02-19 17:18:37 +03:00
parent 4e93ef421d
commit d4af5702a4
7 changed files with 91 additions and 48 deletions
-5
View File
@@ -27,11 +27,6 @@
#include "mem-allocator-internal.h"
/**
* Check that heap area is less or equal than 64K.
*/
JERRY_STATIC_ASSERT(MEM_HEAP_AREA_SIZE <= 64 * 1024);
/**
* Area for heap
*/