Workaround 'redundant initialization for r' cppcheck false positive
[platform/upstream/libgc.git] / alloc.c
2019-04-23 Ivan MaidanskiWorkaround 'duplicate expression for condition and...
2019-04-17 Ivan MaidanskiEnable true incremental collection even if parallel...
2019-04-16 Ivan MaidanskiSimplify loops of collect_a_little/stopped_mark invokin...
2019-03-20 Ivan MaidanskiUpdate copyright information (year) in alloc.c and...
2019-02-07 Ivan MaidanskiWorkaround 'checking if unsigned expression < 0' cppche...
2019-01-15 Ivan MaidanskiWorkaround 'if condition is the same as the previous...
2019-01-14 Ivan MaidanskiReport time with a nanosecond precision where available
2019-01-06 Ivan MaidanskiReplace "msecs" with "ms" in all comments and messages
2019-01-05 Ivan MaidanskiAdd API for accessing incremental GC time limit with...
2019-01-05 Ivan MaidanskiFix invalid initializer of CLOCK_TYPE variables if...
2018-11-07 Ivan MaidanskiUse GC_WORD_MAX macro across all C source files
2018-10-23 Ivan MaidanskiAdd I_HOLD_LOCK assertion to expand_hp_inner and relate...
2018-08-31 Ivan MaidanskiReplace some FIXME items with TODO ones
2018-08-14 Ivan MaidanskiNew API to turn on manual VDB at runtime
2018-07-26 Ivan MaidanskiUpdate copyright information in alloc.c and gc.c
2018-05-15 Ivan MaidanskiRemove stubborn objects allocation code completely
2018-04-24 Jonathan ChambersExpose API to control rate and max prior attempts of...
2018-04-23 Jonathan ChambersExpose API to control the minimum bytes allocated befor...
2018-04-06 Ivan MaidanskiAdd assertions about held lock for apply_to_each_object...
2018-03-15 Ivan MaidanskiAdd assertions to ensure ADD_CALL_CHAIN is called holdi...
2018-03-01 Ivan MaidanskiEliminate 'unused const variable' Clang warning for...
2018-02-26 Ivan MaidanskiRevert 'Workaround TSan false positives in extend_size_map'
2018-02-16 Ivan MaidanskiConvert GC source files to valid C++ code
2018-02-08 Ivan MaidanskiChange type of hb_sz field (of hblkhdr) from size_t...
2018-02-01 Jonathan ChambersInitial support of Sony PlayStation Portable 2
2018-01-29 Jonathan ChambersInitial support of Orbis target
2017-12-07 Ivan MaidanskiWorkaround TSan data race report in check_fl_marks
2017-11-28 Ivan MaidanskiRemove redundant THREADS macro checks
2017-11-15 Ivan MaidanskiWorkaround TSan false positives in extend_size_map
2017-11-14 Ivan MaidanskiRemove GENERAL_MALLOC internal macro
2017-11-10 Paul BoneAdd basic calculation of the total full-collection...
2017-10-25 Ivan MaidanskiDo not use system clock consistently if NO_CLOCK
2017-08-30 Ivan MaidanskiRemove unnecessary type casts of printf arguments to...
2017-08-19 Ivan MaidanskiAdd assertion that no hb_n_marks underflow occurs
2017-08-14 Ivan MaidanskiRemove redundant check that clear_fl_marks argument...
2017-07-21 Ivan MaidanskiNew API function (GC_is_incremental_mode)
2017-07-21 Ivan MaidanskiFix GC_incremental declaration/definition type mismatch
2017-01-19 Ivan MaidanskiAdd assertion to allocobj that live unmarked object...
2016-10-24 Ivan MaidanskiWorkaround 'value of macro unknown' cppcheck info messages
2016-10-20 Ivan MaidanskiEliminate 'printf format specifies type void*' GCC...
2016-10-14 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-10-04 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-09-27 Ivan MaidanskiCode refactoring of divide-by-HBLKSIZE occurrences
2016-09-27 Ivan MaidanskiFix GC_collect_or_expand to prevent allocation size...
2016-09-23 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-09-13 Ivan MaidanskiEliminate 'assigned value never used' CSA warning in...
2016-07-22 Ivan MaidanskiFix missing new-line and redundant trailing dot in...
2016-06-30 Ivan MaidanskiMerge branch 'generalize-alloc-via-ok_freelist'
2016-06-30 Ivan MaidanskiRevert "Refactoring of GC_Xobjfreelist" partially
2016-06-21 Ivan MaidanskiMerge branch 'thread-suspend'
2016-01-05 Alessandro BruniRefactoring of GC_Xobjfreelist
2015-10-21 Ivan MaidanskiFix lock assert violation in GC_gcollect_inner if GC_AL...
2015-10-21 Ivan MaidanskiAdd assertion on lock status to GC_alloc_large and...
2015-09-10 Ivan MaidanskiFix 'comparison of non-null parameter is always false...
2015-09-01 Ivan MaidanskiMerge branch 'toggleref'
2015-08-28 Ivan MaidanskiCode refactoring of toggle-ref support
2015-08-04 Ivan MaidanskiMake heap walker accept callback
2015-07-31 Peter WangAdd support for enumerating the reachable objects in...
2015-06-23 Ivan MaidanskiAdd profiling callback events to indicate start/end...
2015-06-23 Ivan MaidanskiStandalone profiling callback for threads suspend/resume
2015-06-20 Ivan MaidanskiAdjust places where profiling callbacks invoked (to...
2015-06-19 Ivan MaidanskiRename and reorder profiling callback events (to match...
2015-05-17 Ivan MaidanskiMerge branch 'profiling-callbacks'
2015-05-17 Ivan MaidanskiCode refactoring of "event callbacks" functionality
2014-07-13 Ivan MaidanskiMerge branch 'Unity-Technologies-upstreaming/emscripten'
2014-07-13 Ivan MaidanskiCode refactoring of Emscripten platform support (single...
2014-07-03 Jonathan ChambersAdd support for emscripten platform
2014-07-01 Lucas MeijerImplement event callbacks to be used to profile the...
2014-05-17 Ivan MaidanskiMerge branch 'ancient-releases'
2014-05-17 Ivan MaidanskiMerge tag 'gc6_3alpha5' into ancient-releases
2014-05-17 Hans Boehmgc6.2alpha5 tarball import gc6_2alpha5
2014-05-17 Hans Boehmgc6.2alpha4 tarball import gc6_2alpha4
2014-05-17 Hans Boehmgc6.2alpha3 tarball import gc6_2alpha3
2014-05-17 Ivan MaidanskiMerge tag 'gc6_1' into ancient-releases
2014-05-17 Hans Boehmgc6.1alpha2 tarball import gc6_1alpha2
2014-05-17 Hans Boehmgc6.0alpha8 tarball import gc6_0alpha8
2014-05-17 Hans Boehmgc6.0alpha3 tarball import gc6_0alpha3
2014-05-17 Ivan MaidanskiMerge tag 'gc5_3' into ancient-releases
2014-05-17 Hans Boehmgc5.0alpha4 tarball import gc5_0alpha4
2014-05-17 Ivan MaidanskiMerge tag 'gc5_0alpha3' into ancient-releases
2014-05-17 Hans Boehmgc5.0alpha1 tarball import gc5_0alpha1
2014-05-17 Hans Boehmgc4.14alpha2 tarball import gc4_14alpha2
2014-05-17 Ivan MaidanskiMerge tag 'gc4_14alpha1' into ancient-releases
2014-05-17 Hans Boehmgc4.13alpha3 tarball import gc4_13alpha3
2014-05-17 Hans Boehmgc4.13alpha2 tarball import gc4_13alpha2
2014-05-17 Hans Boehmgc4.13alpha1 tarball import gc4_13alpha1
2014-05-17 Ivan MaidanskiMerge tag 'gc4_12' into ancient-releases
2014-05-17 Hans Boehmgc4.9 tarball import gc4_9
2014-05-17 Hans Boehmgc4.6 tarball import gc4_6
2014-05-17 Hans Boehmgc4.5 tarball import gc4_5
2014-05-17 Hans Boehmgc4.4 tarball import gc4_4
2014-05-17 Hans Boehmgc4.3 tarball import gc4_3
2014-05-17 Hans Boehmgc4.2 tarball import gc4_2
2014-05-17 Ivan MaidanskiMerge tag 'gc4_1' into ancient-releases
2014-05-17 Hans Boehmgc4.0 tarball import gc4_0
2014-05-17 Hans Boehmgc3.6 tarball import gc3_6
2014-05-17 Hans Boehmgc3.3 tarball import gc3_3
2014-05-17 Hans Boehmgc2.6 tarball import gc2_6
2014-05-17 Hans Boehmgc-2.4 tarball import gc2_4
2014-05-17 Hans Boehmgc1.9 tarball import gc1_9
next