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,6 +43,11 @@ typedef uint16_t mem_cpointer_t;
|
||||
*/
|
||||
#define MEM_ALIGNMENT (1u << MEM_ALIGNMENT_LOG)
|
||||
|
||||
/**
|
||||
* Required alignment for allocated units/blocks
|
||||
*/
|
||||
#define MEM_POOL_ALIGNMENT (1 << MEM_POOL_ALIGNMENT_LOG)
|
||||
|
||||
/**
|
||||
* Width of compressed memory pointer
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user