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
/
mallocx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround '*_stubborn function is never used' cppcheck warnings
Ivan Maidanski
2018-11-23
1
-8
/
+10
*
New API to turn on manual VDB at runtime
Ivan Maidanski
2018-08-15
1
-11
/
+7
*
New public API (PTR_STORE_AND_DIRTY) to simplify store-and-dirty operation
Ivan Maidanski
2018-07-01
1
-0
/
+7
*
Add GC_reachable_here after GC_dirty in GC source
Ivan Maidanski
2018-06-23
1
-0
/
+6
*
Fix FAST_MALLOC_GRANS and malloc_many for MANUAL_VDB
Ivan Maidanski
2018-05-19
1
-1
/
+8
*
Rename GC_dirty_async back to GC_dirty
Ivan Maidanski
2018-05-18
1
-1
/
+1
*
Hide and rename GC_dirty to GC_dirty_async[_inner]
Ivan Maidanski
2018-05-17
1
-8
/
+2
*
Remove stubborn.c file
Ivan Maidanski
2018-05-15
1
-0
/
+21
*
Remove stubborn objects allocation code completely
Ivan Maidanski
2018-05-15
1
-8
/
+0
*
Workaround 'opposite expression on both sides of &' cppcheck style warning
Ivan Maidanski
2018-05-03
1
-1
/
+2
*
Eliminate 'unused const variable' C++ warnings for [a][u]objfreelist_ptr
Ivan Maidanski
2018-03-01
1
-0
/
+1
*
Convert GC source files to valid C++ code
Ivan Maidanski
2018-02-16
1
-5
/
+7
*
Avoid potential race between realloc and clear_hdr_marks/reclaim_generic
Hans Boehm
2018-02-12
1
-6
/
+32
*
Revert 'Workaround TSan false positive about clear_hdr_marks/realloc race'
Ivan Maidanski
2018-02-09
1
-13
/
+1
*
Change type of hb_sz field (of hblkhdr) from size_t to word
Ivan Maidanski
2018-02-08
1
-2
/
+2
*
New API function (get_expl_freed_bytes_since_gc)
Ivan Maidanski
2018-01-12
1
-0
/
+5
*
Workaround TSan warning about data race in generic_malloc_many
Ivan Maidanski
2017-12-01
1
-6
/
+13
*
Workaround TSan false positive about clear_hdr_marks/realloc data race
Ivan Maidanski
2017-11-22
1
-1
/
+13
*
Use MARK_BIT_PER_GRANULE instead of MARK_BIT_PER_OBJ where appropriate
Ivan Maidanski
2017-08-19
1
-1
/
+2
*
Do not call BCOPY and BZERO if size is zero
Ivan Maidanski
2017-08-09
1
-1
/
+2
*
Adjust GC_memalign comment
Ivan Maidanski
2016-11-18
1
-2
/
+1
*
Fix GC_bytes_allocd incrementation in case of allocation failure
Ivan Maidanski
2016-09-27
1
-22
/
+20
*
Fix malloc routines to prevent size value wrap-around
Ivan Maidanski
2016-09-23
1
-5
/
+6
*
Merge branch 'generalize-alloc-via-ok_freelist'
Ivan Maidanski
2016-06-30
1
-4
/
+4
|
\
|
*
Revert "Refactoring of GC_Xobjfreelist" partially
Ivan Maidanski
2016-06-30
1
-4
/
+4
*
|
Fix GC_REALLOC to call GC_FREE if new size is zero and pointer is non-NULL
Ivan Maidanski
2016-04-05
1
-0
/
+6
*
|
Remove code duplication in GC_realloc
Ivan Maidanski
2016-03-02
1
-25
/
+15
*
|
Fix 'statement unreachable' compiler warning in memalign
Ivan Maidanski
2016-03-02
1
-1
/
+2
|
/
*
GC_malloc[_atomic] global and thread-local generalization with kind
Alessandro Bruni
2016-01-28
1
-2
/
+4
*
GC_malloc_[atomic_]uncollectable generalization
Ivan Maidanski
2016-01-15
1
-55
/
+1
*
Refactoring of GC_Xobjfreelist
Alessandro Bruni
2016-01-05
1
-6
/
+6
*
Fix lock assert violation in GC_gcollect_inner if GC_ALWAYS_MULTITHREADED
Ivan Maidanski
2015-10-22
1
-1
/
+1
*
Recognize REDIRECT_MALLOC_IN_HEADER macro
Ivan Maidanski
2015-05-11
1
-4
/
+6
*
Rename ATOMIC_UNCOLLECTABLE to GC_ATOMIC_UNCOLLECTABLE
Ivan Maidanski
2015-05-11
1
-5
/
+5
*
Fix crash when using GC_malloc_many() as first allocation call
Bruce Hoult
2014-05-31
1
-2
/
+3
*
Fix MS VC redefinition warning for functions declared with GC_ATTR_MALLOC
Ivan Maidanski
2014-04-23
1
-12
/
+15
*
Define ROUNDUP_PAGESIZE, ROUNDUP_GRANULE_SIZE macros (code refactoring)
Ivan Maidanski
2014-03-30
1
-2
/
+2
*
Define public GC_GENERIC_OR_SPECIAL_MALLOC and GC_get_kind_and_size
Ivan Maidanski
2014-03-10
1
-1
/
+10
*
Remove redundant casts in GC_generic_or_special_malloc and similar
Ivan Maidanski
2014-02-21
1
-9
/
+9
*
Remove hb_large_block field (use 1 extra bit of hb_flags instead)
Ivan Maidanski
2013-12-21
1
-2
/
+2
*
Remove 'opp' local variable in GC_malloc_X
Ivan Maidanski
2013-12-15
1
-6
/
+4
*
Replace GC_DBG_RA with GC_DBG_EXTRAS macro
Ivan Maidanski
2013-08-25
1
-1
/
+1
*
Adjust GC_debug_malloc/realloc_replacement macro to match the API function
Ivan Maidanski
2013-08-25
1
-2
/
+1
*
Fix more typos in comments
Ondrej Bilka
2013-07-31
1
-3
/
+3
*
Fix typos in comments
Ondrej Bilka
2013-07-11
1
-2
/
+2
*
Make GC_generic_malloc_ignore_off_page() public
Ivan Maidanski
2012-12-08
1
-3
/
+2
*
Enable 'Force GC at every GC_malloc' debug-related functionality
Ivan Maidanski
2012-09-11
1
-0
/
+3
*
Use memcpy (BCOPY) instead of strcpy (to suppress GCC warning)
Ivan Maidanski
2012-07-20
1
-6
/
+1
*
Add comment in GC_memalign
Ivan Maidanski
2012-06-08
1
-0
/
+2
*
Fix assertion in GC_malloc_[atomic_]uncollectable (THREADS case only)
Ivan Maidanski
2012-05-16
1
-1
/
+3
[next]