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:
Ruben Ayrapetyan
2015-09-30 12:23:26 +03:00
parent 94cb6aec26
commit 90122d9f33
8 changed files with 182 additions and 118 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ public:
void remove (node_t *);
node_t *get_node_from_pointer (void *) const;
uint8_t *get_data_space (node_t *) const;
uint8_t *get_node_data_space (node_t *) const;
static size_t get_data_space_size (void);
static size_t get_node_data_space_size (void);
private:
void set_prev (node_t *, node_t *);