mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
d4650bc75c
commit
e926aa7d69
@ -43,11 +43,6 @@ 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
|
||||
*/
|
||||
|
||||
@ -38,9 +38,4 @@
|
||||
*/
|
||||
#define MEM_ALIGNMENT_LOG 3
|
||||
|
||||
/**
|
||||
* Logarithm of required alignment for allocated pools
|
||||
*/
|
||||
#define MEM_POOL_ALIGNMENT_LOG 3
|
||||
|
||||
#endif /* MEM_CONFIG_H */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user