aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jmem
AgeCommit message (Expand)Author
2017-04-18Ensure that const and pure function attributes are used properly (#1739)Akos Kiss
2017-03-09Fix old-style function definitions and enable warning. (#1651)Tilmann Scheller
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-02-17Fix the missing inline specifier if compiling with -fPIC (#1590)Gabor Loki
2017-02-08Enable 32bit compressed pointers on 64bit systems. (#1567)László Langó
2017-02-07Function `jmem_heap_get_region_end` is unused when the system-allocator is en...Zsolt Borbély
2017-01-30Use default system allocator on 32bit systems, if JERRY_SYSTEM_ALLOCATOR is d...László Langó
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-11-29Replace `//` double slash comments with `/* */`. (#1461)Robert Sipka
2016-09-30Undef VALGRIND_*_SPACE macros at the end of sources (#1382)Akos Kiss
2016-09-21Unify (and fix) the naming convention of structures (#1358)Akos Kiss
2016-09-19Define `__attr_hot___` for `__attribute__((hot))` (#1359)Akos Kiss
2016-09-01Add 32 bit compressed pointer support.Zoltan Herczeg
2016-08-29Fix JMEM_HEAP_END_OF_LIST for pointers larger than 32 bitsAkos Kiss
2016-08-29Assert that pointer passed to jmem_pools_free is not NULLGeoff Gustafson
2016-08-19Remove allocator functions which stores size.Zoltan Herczeg
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-08-05Avoid `(void) ` and use `JERRY_UNUSED`Akos Kiss
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-07-20Remove printf calls from jerry coreLászló Langó
2016-07-19Introducing global context.Zoltan Herczeg
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
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ó