New Allocator and improved String handling.
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
@@ -43,4 +43,9 @@
|
||||
*/
|
||||
#define MEM_ALIGNMENT_LOG 3
|
||||
|
||||
/**
|
||||
* Logarithm of required alignment for allocated pools
|
||||
*/
|
||||
#define MEM_POOL_ALIGNMENT_LOG 3
|
||||
|
||||
#endif /* MEM_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user