index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reclaim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround 'argument to function is always 1' cppcheck false positives
Ivan Maidanski
2019-09-11
1
-5
/
+5
*
Avoid potential race in hb_sz access between realloc and reclaim_block
Ivan Maidanski
2019-02-27
1
-15
/
+33
*
Report time with a nanosecond precision where available
Ivan Maidanski
2019-01-14
1
-2
/
+4
*
Replace "msecs" with "ms" in all comments and messages
Ivan Maidanski
2019-01-06
1
-1
/
+1
*
Fix invalid initializer of CLOCK_TYPE variables if BSD_TIME
Ivan Maidanski
2019-01-05
1
-1
/
+1
*
New macro to suppress printing of leaked objects
Ivan Maidanski
2018-11-22
1
-1
/
+3
*
Fix marks and hb_n_marks consistency when disclaim returns true
Petter A. Urkedal
2018-11-02
1
-0
/
+1
*
Replace some FIXME items with TODO ones
Ivan Maidanski
2018-08-31
1
-1
/
+1
*
Remove duplicate local variable in reclaim_block
Ivan Maidanski
2018-06-19
1
-1
/
+0
*
Fix result computation in n_set_marks
Ivan Maidanski
2018-06-14
1
-1
/
+1
*
Remove unnecessary type casts in n_set_marks
Ivan Maidanski
2018-06-14
1
-12
/
+12
*
Eliminate 'comparing signed and unsigned values' compiler warnings (bcc)
Ivan Maidanski
2018-05-29
1
-1
/
+2
*
Convert GC source files to valid C++ code
Ivan Maidanski
2018-02-16
1
-8
/
+7
*
Avoid potential race between realloc and clear_hdr_marks/reclaim_generic
Hans Boehm
2018-02-12
1
-9
/
+18
*
Change type of hb_sz field (of hblkhdr) from size_t to word
Ivan Maidanski
2018-02-08
1
-10
/
+10
*
Do not use system clock consistently if NO_CLOCK
Ivan Maidanski
2017-10-25
1
-2
/
+2
*
Eliminate unsigned fl_builder_count underflow in mark_thread
Ivan Maidanski
2017-08-22
1
-2
/
+3
*
Do not call BCOPY and BZERO if size is zero
Ivan Maidanski
2017-08-09
1
-4
/
+6
*
Eliminate CSA warning about incorrect cast applied to HBLK_OBJS
Ivan Maidanski
2017-07-21
1
-1
/
+1
*
Fix null dereference in reclaim_block if DONT_ADD_BYTE_AT_END
Hamayama
2017-06-20
1
-3
/
+6
*
Eliminate 'possible loss of data' MS VC warning in disclaim_and_reclaim
Ivan Maidanski
2017-04-22
1
-1
/
+1
*
Export GC_print_free_list()
Ivan Maidanski
2016-10-31
1
-3
/
+7
*
Eliminate 'printf format specifies type void*' GCC pedantic warnings
Ivan Maidanski
2016-10-21
1
-1
/
+1
*
Workaround more 'void pointers in calculations' cppcheck warnings
Ivan Maidanski
2016-10-17
1
-1
/
+1
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-14
1
-1
/
+2
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-04
1
-5
/
+5
*
Dump the block information in CSV format
Paul Bone
2016-06-10
1
-8
/
+9
*
Make heap walker accept callback
Ivan Maidanski
2015-08-05
1
-27
/
+34
*
Add support for enumerating the reachable objects in the heap
Peter Wang
2015-07-31
1
-0
/
+36
*
Fix race in GC_print_all_errors regarding GC_leaked
Ivan Maidanski
2013-09-17
1
-8
/
+13
*
Call GC_stats/verbose_log_printf instead of GC_log_printf if print_stats
Ivan Maidanski
2012-11-15
1
-2
/
+2
*
Improve GC output atomicity in GC_print_obj, GC_print_all_errors
Ivan Maidanski
2012-11-11
1
-7
/
+4
*
Improve GC error printing atomicity in GC_add_to_black_list_normal/stack
Ivan Maidanski
2012-11-10
1
-11
/
+7
*
Fix visibility of some GC internal symbols used by GCJ
Ivan Maidanski
2012-03-25
1
-4
/
+4
*
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-11
/
+13
*
Remove closure data from GC_register_disclaim_proc.
Petter Urkedal
2012-01-26
1
-4
/
+3
*
Review 'disclaim' add-on partially; fix code in some places again
Ivan Maidanski
2011-09-30
1
-10
/
+12
*
Review 'disclaim' add-on partially; fix code in some places
Ivan Maidanski
2011-09-30
1
-5
/
+8
*
Fix issues proposed in Ivan's previous commit, etc.
Petter Urkedal
2011-09-30
1
-3
/
+5
*
ENABLE_DISCLAIM: Make stylistic fixes in many places and add many FIXME.
Ivan Maidanski
2011-09-30
1
-21
/
+22
*
Fix some issues and avoid warnings in disclaim-related code.
Petter Urkedal
2011-09-30
1
-3
/
+4
*
Implement freeing of blocks with disclaim callbacks.
Petter Urkedal
2011-09-30
1
-15
/
+44
*
Adjust comments and whitespace.
Petter Urkedal
2011-09-30
1
-18
/
+19
*
Fixed compilation errors, also tests passes.
Petter Urkedal
2011-09-30
1
-1
/
+1
*
Fixed memory leak issue with unconditional marking.
Petter Urkedal
2011-09-30
1
-0
/
+39
*
Add disclaim callbacks for efficient finalization.
Petter Urkedal
2011-09-30
1
-0
/
+73
*
Resolve some minor warnings reported by GCC with '-pedantic' option
Ivan Maidanski
2011-09-30
1
-1
/
+1
*
2011-05-31 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-4
/
+0
*
2011-05-07 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-6
/
+1
*
2011-05-06 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-0
/
+9
[next]