Remove dead macros from memory management code
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -43,11 +43,6 @@ typedef uint16_t mem_cpointer_t;
|
|||||||
*/
|
*/
|
||||||
#define MEM_ALIGNMENT (1u << MEM_ALIGNMENT_LOG)
|
#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
|
* Width of compressed memory pointer
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -38,9 +38,4 @@
|
|||||||
*/
|
*/
|
||||||
#define MEM_ALIGNMENT_LOG 3
|
#define MEM_ALIGNMENT_LOG 3
|
||||||
|
|
||||||
/**
|
|
||||||
* Logarithm of required alignment for allocated pools
|
|
||||||
*/
|
|
||||||
#define MEM_POOL_ALIGNMENT_LOG 3
|
|
||||||
|
|
||||||
#endif /* MEM_CONFIG_H */
|
#endif /* MEM_CONFIG_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user