Renaming mem_* identifiers from 'camelCase' to 'underscore_naming'.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
*/
|
||||
#define MEM_ALIGNMENT (1 << MEM_ALIGNMENT_LOG)
|
||||
|
||||
extern void mem_Init(void);
|
||||
uintptr_t mem_GetBasePointer(void);
|
||||
extern void mem_init(void);
|
||||
uintptr_t mem_get_base_pointer(void);
|
||||
|
||||
#endif /* !JERRY_MEM_ALLOCATOR_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user