summaryrefslogtreecommitdiff
path: root/headers.c
Commit message (Expand)AuthorAgeFilesLines
* Fix negative heap size values reported in WARNIvan Maidanski2022-11-011-1/+1
* Export GC_apply_to_all_blocks() as public APIIvan Maidanski2022-08-041-5/+2
* Update copyright information in alloc.c and other modified files (2022)Ivan Maidanski2022-05-271-0/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-1/+1
* Remove extra parentheses in return statementIvan Maidanski2022-05-011-21/+20
* Add I_HOLD_LOCK assertion to scratch_alloc/recycle and their callersIvan Maidanski2022-01-171-2/+7
* Do not call SET_HDR() to remove forwarding counts if none exists in hblkIvan Maidanski2021-12-021-0/+9
* Do not call add_to_our_memory with null pointerIvan Maidanski2021-09-221-12/+15
* Fix overflow of GC_scratch_free_ptr valueIvan Maidanski2021-09-211-5/+4
* Do not update scratch_last_end_ptr unless used by reg dynamic librariesIvan Maidanski2021-09-111-4/+11
* Fix missing scratch_last_end_ptr update (Irix)Ivan Maidanski2021-09-111-0/+2
* Limit number of unmapped regions (Linux)Peter Wang2021-06-091-9/+5
* Add assertions that GC_page_size is initializedIvan Maidanski2020-09-081-0/+1
* Move GC state pointer variables into GC_arraysIvan Maidanski2020-07-191-15/+0
* Add GC_ prefix to scan_ptr and some other static variablesIvan Maidanski2020-06-211-14/+15
* Use GC_WORD_MAX macro across all C source filesIvan Maidanski2018-11-071-4/+6
* Add comment about hbp overflow in GC_install_countsIvan Maidanski2018-11-071-1/+1
* Fix hbp overflow in GC_install_countsIvan Maidanski2018-11-041-0/+2
* Remove assertion about held lock from apply_to_all_blocksIvan Maidanski2018-04-101-3/+3
* Add assertions about held lock when accessing all_bottom_indicesIvan Maidanski2018-03-291-4/+8
* Update top_index entry pointer only when the entry is constructed fullyIvan Maidanski2018-03-291-15/+18
* Omit register keyword in performance-critical code if C++ compiler usedIvan Maidanski2018-02-231-3/+4
* Eliminate C++ warnings about deprecated register keyword (GC source)Jay Krell2018-02-221-7/+8
* Fix (adjust) GC_scratch_alloc actual argument typeIvan Maidanski2016-12-201-4/+4
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-041-2/+2
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-09-231-1/+1
* Fix 'redundant assignment to itself' Cppcheck warning in GC_scratch_allocIvan Maidanski2014-06-141-3/+3
* GC_scratch_alloc code refactoring (and WARN message improvement)Ivan Maidanski2014-04-011-14/+19
* Fix GC_scratch_last_end_ptr update on GC_scratch_alloc failureIvan Maidanski2014-03-301-1/+3
* Fix GET_MEM argument rounding in GC_scratch_alloc and similarIvan Maidanski2014-03-301-8/+4
* Define ROUNDUP_PAGESIZE, ROUNDUP_GRANULE_SIZE macros (code refactoring)Ivan Maidanski2014-03-301-6/+3
* Replace GC_COND_LOG_PRINTF calls with WARN for allocation failure messagesIvan Maidanski2012-12-111-1/+1
* Replace conditional GC_log_printf calls with GC_COND/VERBOSE_LOG_PRINTFIvan Maidanski2012-11-121-2/+1
* Fix GC_scratch_alloc and GC_get_maps invocations to prevent SEGVIvan Maidanski2012-06-071-0/+4
* Replace pointer relational comparisons with non-pointer onesIvan Maidanski2012-03-051-4/+4
* 2011-04-03 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-1/+1
* 2011-03-13 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-3/+5
* 2009-10-22 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-14/+13
* 2009-10-21 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-2/+2
* 2009-10-18 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-0/+1
* 2009-10-17 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-1/+1
* 2009-09-16 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-103/+103
* 2008-08-21 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-4/+7
* 2008-07-25 Hans Boehm <Hans.Boehm@hp.com> (Really mostly Ivan Maidanski)hboehm2011-07-261-2/+2
* 2007-08-03 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-1/+5
* 2007-06-06 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-5/+5
* gc7.0alpha5 tarball importgc7_0alpha5Ivan Maidanski2011-07-261-1/+1
* gc7.0alpha1 tarball importgc7_0alpha1Ivan Maidanski2011-07-261-46/+82
* gc6.3 tarball importgc6_3Ivan Maidanski2011-07-261-1/+1
* gc6.0 tarball importgc6_0Ivan Maidanski2011-07-261-2/+2