Fix configuration of recordset's and literal storage's parameters according to MEM_ALIGNMENT_LOG and MEM_CP_WIDTH changes.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -53,11 +53,6 @@ typedef uint16_t mem_cpointer_t;
|
||||
*/
|
||||
#define MEM_CP_MASK ((1ull << MEM_CP_WIDTH) - 1)
|
||||
|
||||
/**
|
||||
* Heap offset value mask
|
||||
*/
|
||||
#define MEM_HEAP_OFFSET_MASK ((1ull << MEM_HEAP_OFFSET_LOG) - 1)
|
||||
|
||||
/**
|
||||
* Severity of a 'try give memory back' request
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user