Renaming mem_* identifiers from 'camelCase' to 'underscore_naming'.

This commit is contained in:
Ruben Ayrapetyan
2014-07-23 12:21:07 +04:00
parent 2d4ed154ee
commit b3b4c74cbe
13 changed files with 307 additions and 307 deletions
+2 -2
View File
@@ -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 */