aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-gc.h
AgeCommit message (Expand)Author
2017-01-24Organize public and internal parts of memory management (#1539)László Langó
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-07-20More gc-friendly property hashmap allocation.István Kádár
2016-06-13Rename try_give_memory_back to a better free_unused_memory.Zoltan Herczeg
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-04-13Doc comment maintenanceAkos Kiss
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-02-18Changing garbage collector to non-generational.Ruben Ayrapetyan
2015-02-17Renaming core -> jerry-core.Ruben Ayrapetyan