aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jmem/jmem-poolman.c
AgeCommit message (Expand)Author
2023-11-15Update doxygen and fix documentation (#5106)Máté Tokodi
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-08-11Fix mem-stress-test to properly run gc before allocs (#4125)Dániel Bátyai
2019-09-26Fix undefined references build error on Windows (x64) (#3168)Csaba Osztrogonác
2019-07-17Refactor memory management (#2954)Dániel Bátyai
2019-06-19Rework usages/naming of configuration macros [part 2] (#2903)Péter Gál
2018-05-29Maintenance and merging of Valgrind and Valgrind-Freya code paths (#2362)Akos Kiss
2018-05-25Cleanup code around JERRY_UNREACHABLEs (#2342)Akos Kiss
2018-05-18Update Doxygen config file and fix Doxygen warnings (#2324)László Langó
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2017-05-16Rework memory statistics to provide useful user information. (#1812)Zoltan Herczeg
2017-03-09Fix old-style function definitions and enable warning. (#1651)Tilmann Scheller
2017-01-24Organize public and internal parts of memory management (#1539)László Langó
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-09-30Undef VALGRIND_*_SPACE macros at the end of sources (#1382)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-29Assert that pointer passed to jmem_pools_free is not NULLGeoff Gustafson
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-08-01Move all remaining globals to the global context.Zoltan Herczeg
2016-07-20Remove printf calls from jerry coreLászló Langó
2016-07-19Introducing global context.Zoltan Herczeg
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ó