summaryrefslogtreecommitdiff
path: root/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert GC source files to valid C++ codeIvan Maidanski2018-02-161-8/+10
* Change type of hb_sz field (of hblkhdr) from size_t to wordIvan Maidanski2018-02-081-4/+4
* Initial support of Sony PlayStation Portable 2Jonathan Chambers2018-02-011-1/+2
* Initial support of Orbis targetJonathan Chambers2018-01-291-1/+1
* Workaround TSan data race report in check_fl_marksIvan Maidanski2017-12-081-1/+4
* Remove redundant THREADS macro checksIvan Maidanski2017-11-291-3/+3
* Workaround TSan false positives in extend_size_mapIvan Maidanski2017-11-161-2/+4
* Remove GENERAL_MALLOC internal macroIvan Maidanski2017-11-141-2/+5
* Add basic calculation of the total full-collection timePaul Bone2017-11-101-5/+30
* Do not use system clock consistently if NO_CLOCKIvan Maidanski2017-10-251-13/+16
* Remove unnecessary type casts of printf arguments to unsigned longIvan Maidanski2017-08-301-2/+2
* Add assertion that no hb_n_marks underflow occursIvan Maidanski2017-08-191-2/+5
* Remove redundant check that clear_fl_marks argument is non-nullIvan Maidanski2017-08-141-2/+0
* New API function (GC_is_incremental_mode)Ivan Maidanski2017-07-211-0/+5
* Fix GC_incremental declaration/definition type mismatchIvan Maidanski2017-07-211-1/+1
* Add assertion to allocobj that live unmarked object cannot be reclaimedIvan Maidanski2017-01-191-0/+3
* Workaround 'value of macro unknown' cppcheck info messagesIvan Maidanski2016-10-241-12/+13
* Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski2016-10-211-1/+1
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-141-3/+7
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-041-33/+26
* Code refactoring of divide-by-HBLKSIZE occurrencesIvan Maidanski2016-09-271-1/+1
* Fix GC_collect_or_expand to prevent allocation size value wrap-aroundIvan Maidanski2016-09-271-0/+4
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-09-231-6/+9
* Eliminate 'assigned value never used' CSA warning in min_bytes_allocdIvan Maidanski2016-09-131-10/+11
* Fix missing new-line and redundant trailing dot in WARN messagesIvan Maidanski2016-07-221-1/+1
* Revert "Refactoring of GC_Xobjfreelist" partiallyIvan Maidanski2016-06-301-2/+2
* Refactoring of GC_XobjfreelistAlessandro Bruni2016-01-051-2/+2
* Fix lock assert violation in GC_gcollect_inner if GC_ALWAYS_MULTITHREADEDIvan Maidanski2015-10-221-1/+1
* Add assertion on lock status to GC_alloc_large and its callersIvan Maidanski2015-10-221-5/+4
* Fix 'comparison of non-null parameter is always false' warning (Clang)Ivan Maidanski2015-09-101-2/+2
* Code refactoring of toggle-ref supportIvan Maidanski2015-08-281-2/+3
* Make heap walker accept callbackIvan Maidanski2015-08-051-7/+0
* Add support for enumerating the reachable objects in the heapPeter Wang2015-07-311-0/+7
* Add profiling callback events to indicate start/end of reclaim phaseIvan Maidanski2015-06-231-0/+4
* Standalone profiling callback for threads suspend/resumeIvan Maidanski2015-06-231-10/+30
* Adjust places where profiling callbacks invoked (to match Mono GC)Ivan Maidanski2015-06-201-32/+48
* Rename and reorder profiling callback events (to match Mono GC API)Ivan Maidanski2015-06-201-7/+7
* Merge branch 'profiling-callbacks'Ivan Maidanski2015-05-171-2/+36
|\
| * Code refactoring of "event callbacks" functionalityIvan Maidanski2015-05-171-5/+3
| * Implement event callbacks to be used to profile the collectorLucas Meijer2014-07-011-2/+38
* | Code refactoring of Emscripten platform support (single-threaded)Ivan Maidanski2014-07-131-5/+3
* | Add support for emscripten platformJonathan Chambers2014-07-031-2/+6
|/
* Define ROUNDUP_PAGESIZE, ROUNDUP_GRANULE_SIZE macros (code refactoring)Ivan Maidanski2014-03-301-8/+1
* Merge pull request #30 from Hoops/loop-in-GC_alloc_largeIvan Maidanski2013-12-221-0/+10
|\
| * Bump GC_collect_at_heapsize in GC_add_to_heap. In the normal case it isAndrew Horton2013-12-151-0/+10
* | Remove extra trailing backslash in GC_collect_or_expandIvan Maidanski2013-12-191-1/+1
* | Make heap growth more conservative after GC_gcollect_and_unmap callIvan Maidanski2013-12-171-3/+11
* | Fix typo in GC_collect_or_expand commentIvan Maidanski2013-12-171-1/+1
* | Eliminate redundant *flh check for null in GC_allocobjIvan Maidanski2013-12-151-13/+13
* | Remove 'opp' local variable in GC_malloc_XIvan Maidanski2013-12-151-5/+8
|/