summaryrefslogtreecommitdiff
path: root/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment belonging to GC_need_full_gcIvan Maidanski2022-06-161-1/+1
* Revert "Fix missing heap limits adjustment if scratch_recycle is called"Ivan Maidanski2021-09-141-17/+12
* Fix missing heap limits adjustment if scratch_recycle_inner is calledIvan Maidanski2021-09-121-12/+17
* Fix invalid initializer of CLOCK_TYPE variables if BSD_TIMEIvan Maidanski2019-01-291-5/+5
* Fix GC_incremental declaration/definition type mismatchIvan Maidanski2017-08-081-1/+1
* Fix GC_collect_or_expand to prevent allocation size value wrap-aroundIvan Maidanski2016-11-101-0/+4
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-11-101-13/+9
* Fix missing new-line and redundant trailing dot in WARN messagesIvan Maidanski2016-07-301-1/+1
* Fix 'comparison of non-null parameter is always false' warning (Clang)Ivan Maidanski2016-01-291-2/+2
* Bump GC_collect_at_heapsize in GC_add_to_heap. In the normal case it isAndrew Horton2014-05-031-0/+10
* Fix typo in GC_collect_or_expand commentIvan Maidanski2014-05-031-1/+1
* Bump version to 7.4.0; change policy regarding version numbersgc7_4_0Ivan Maidanski2013-11-171-2/+2
* Fix more typos in comments and documentationIvan Maidanski2013-07-111-1/+1
* Turn on world-stop delay logging at debug level by default for AndroidIvan Maidanski2012-12-121-2/+2
* Improve logged messages about heap size and usageIvan Maidanski2012-12-121-11/+20
* Replace GC_stats_log_printf with GC_DBG/INFOLOG_PRINTFIvan Maidanski2012-12-121-24/+18
* Replace GC_COND_LOG_PRINTF calls with WARN for allocation failure messagesIvan Maidanski2012-12-111-2/+1
* Replace GC_log/err_printf() followed by ABORT with ABORT_ARGn()Ivan Maidanski2012-12-111-3/+2
* Prepend '#' symbol to GC number in logged messagesIvan Maidanski2012-12-101-3/+3
* Call GC_stats/verbose_log_printf instead of GC_log_printf if print_statsIvan Maidanski2012-11-151-7/+8
* Adjust GC_dont_expand/gc/precollect and GC_print_stats type to match gc.hIvan Maidanski2012-11-151-2/+2
* Replace conditional GC_log_printf calls with GC_COND/VERBOSE_LOG_PRINTFIvan Maidanski2012-11-121-48/+30
* Add 'bytes reclaimed' counters to public GC_prof_stats_sIvan Maidanski2012-11-071-0/+4
* Fix min_bytes_allocd commentIvan Maidanski2012-09-111-1/+1
* Fix min_bytes_allocd preventing potential infinite loop in GC_allocobjIvan Maidanski2012-09-111-4/+5
* Replace var-args GC_noop with fixed-args oneIvan Maidanski2012-09-091-2/+3
* Fix all address-of-dummy operations by using GC_approx_sp() insteadIvan Maidanski2012-08-011-6/+4
* Fix all address-of-dummy operations by adding volatileIvan Maidanski2012-08-011-2/+3
* Fix GC_check_fl_marks regarding concurrent accessPetter Urkedal2012-04-211-10/+34
* Code refactoring of GC_check_tls_for/GC_check_fl_marksIvan Maidanski2012-04-201-9/+13
* Replace pointer relational comparisons with non-pointer onesIvan Maidanski2012-03-051-4/+5
* Code refactoring (test single macro instead of MSWIN32/MSWINCE pair)Ivan Maidanski2012-02-091-1/+1
* Allow to exclude finalization support by GC_NO_FINALIZATION macroIvan Maidanski2012-02-061-2/+6
* Move finalize.c global variables outside to alloc.c and misc.cIvan Maidanski2012-02-031-0/+2
* Make logged info of GC_stopped_mark and GC_print_heap_sects more compactIvan Maidanski2012-01-311-2/+2
* Move some GC_arrays non-pointer fields to module where they are usedIvan Maidanski2012-01-291-0/+6
* Adjust GC_log_printf format specifiers (regarding signed/unsigned long)Ivan Maidanski2012-01-281-4/+4
* Log amount of unmapped memory (if enabled) on marking-for-collectionIvan Maidanski2012-01-271-8/+12
* Code refactoring of GC_finish_collection (eliminate code duplicationIvan Maidanski2012-01-271-19/+15
* alloc: tune the code to collect instead of expanding the heap ifPaolo Molaro2012-01-211-1/+9
* Add setter and getter for GC_on_heap_resize;Ivan Maidanski2012-01-131-2/+2
* Add on-heap-resize event notification to APIPaolo Molaro2012-01-131-0/+5
* Use EXPECT for checking various 'initialized' boolean variablesIvan Maidanski2011-12-291-2/+2
* Refactoring: rename GC_PRIdPTR to WARN_PRIdPTRIvan Maidanski2011-12-291-1/+1
* Replace ARGSUSED comment-based annotation with GCC 'unused' attribute.Ivan Maidanski2011-09-141-1/+1
* 2011-05-31 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-12/+0
* 2011-05-07 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-3/+1
* 2011-04-26 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-1/+3
* 2011-04-07 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-0/+3
* 2011-04-03 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-47/+46