We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4650bc commit e926aa7Copy full SHA for e926aa7
jerry-core/mem/mem-allocator.h
@@ -43,11 +43,6 @@ typedef uint16_t mem_cpointer_t;
43
*/
44
#define MEM_ALIGNMENT (1u << MEM_ALIGNMENT_LOG)
45
46
-/**
47
- * Required alignment for allocated units/blocks
48
- */
49
-#define MEM_POOL_ALIGNMENT (1 << MEM_POOL_ALIGNMENT_LOG)
50
-
51
/**
52
* Width of compressed memory pointer
53
jerry-core/mem/mem-config.h
@@ -38,9 +38,4 @@
38
39
#define MEM_ALIGNMENT_LOG 3
40
41
42
- * Logarithm of required alignment for allocated pools
-#define MEM_POOL_ALIGNMENT_LOG 3
#endif /* MEM_CONFIG_H */
0 commit comments