summaryrefslogtreecommitdiff
path: root/include/gc.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent (fix) parallel custom mark procs run in single-threaded clientsIvan Maidanski2022-06-161-19/+19
* Fix potential race if start_mark_threads called from threads in childIvan Maidanski2022-06-151-0/+1
* Fix typos in comments in allchblk.c and gc.hDimitris Apostolou2022-02-211-2/+2
* Fix 'ulong undefined' compilation error on AIXPeter Wang2019-06-271-2/+2
* Refine do_blocking() documentation in gc.hIvan Maidanski2019-05-161-2/+7
* Refine GC_parallel documentation in gc.hIvan Maidanski2019-04-051-5/+6
* Fix a typo (GC_NPROCS spelling) in a comment in gc.hIvan Maidanski2019-04-051-2/+2
* Remove a misleading comment about Solaris in gc.hIvan Maidanski2019-04-051-1/+0
* Refine GC_INIT documentation about its multiple invocationIvan Maidanski2019-03-261-1/+1
* Fix 'wrong __data_start/_end pair' error on AndroidIvan Maidanski2019-02-151-27/+9
* Refine HIDE_POINTER documentation for the case of the leak-finding modeIvan Maidanski2018-11-291-0/+1
* Workaround 'local address assignment to a global variable' CSA warningIvan Maidanski2018-11-261-1/+6
* Replace some FIXME items with TODO onesIvan Maidanski2018-08-311-1/+1
* Fix indentation of 'define GC_DATAEND' in gc.hIvan Maidanski2018-08-171-1/+1
* New API to turn on manual VDB at runtimeIvan Maidanski2018-08-151-2/+14
* Fix the build for N3DSJosh Peterson2018-08-011-1/+1
* Export stop/start_world_external only for multi-threaded buildsIvan Maidanski2018-07-281-3/+4
* New API to stop and start the GC world externallyJonas Echterhoff2018-07-271-0/+3
* Update copyright information in the documentation and gc.h filesIvan Maidanski2018-07-221-0/+1
* New public API (PTR_STORE_AND_DIRTY) to simplify store-and-dirty operationIvan Maidanski2018-07-011-0/+10
* Eliminate 'language extension used' Clang warning in gc.hIvan Maidanski2018-06-301-4/+4
* Same type casts for GC_PTR_STORE arguments regardless of GC_DEBUGIvan Maidanski2018-06-291-2/+3
* Add GC_reachable_here after GC_dirty in GC sourceIvan Maidanski2018-06-231-0/+2
* Do not include windows.h when compiling gc_cpp.ccIvan Maidanski2018-06-201-1/+2
* Never return null pointer by C++ operator new (gc_cpp)Ivan Maidanski2018-06-011-0/+3
* Remove stubborn objects allocation code completelyIvan Maidanski2018-05-151-33/+20
* Expose API to control rate and max prior attempts of collect_a_littleJonathan Chambers2018-04-241-0/+10
* Expose API to control the minimum bytes allocated before a GC occursJonathan Chambers2018-04-231-0/+6
* Avoid potential data race during GC_dump executionIvan Maidanski2018-04-101-2/+7
* Avoid potential race when accessing size_map tableHans Boehm2018-02-261-1/+3
* New API function (get_size_map_at) to get content of size_map tableIvan Maidanski2018-02-141-0/+6
* Put variable/function declarations into extern 'C' in headersJay Krell2018-02-081-1/+7
* Avoid SIGSEGV during GC_INIT on some Android devicesJonathan Chambers2018-02-011-1/+5
* Use HOST_ANDROID define instead of PLATFORM_ANDROIDZoltan Varga2018-01-241-1/+1
* Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1Ivan Maidanski2018-01-171-1/+4
* New field (expl_freed_bytes_since_gc) in public prof_stats_sIvan Maidanski2018-01-121-0/+3
* New API function (get_expl_freed_bytes_since_gc)Ivan Maidanski2018-01-121-0/+4
* Add basic calculation of the total full-collection timePaul Bone2017-11-101-0/+14
* Refine should_invoke_finalizers documentationIvan Maidanski2017-10-181-0/+1
* New API function (GC_is_init_called) to check if BDWGC is initializedIvan Maidanski2017-10-161-0/+4
* Refine collect_a_little documentation (better explain when 0 is returned)Ivan Maidanski2017-08-041-1/+2
* New API function (GC_is_incremental_mode)Ivan Maidanski2017-07-211-1/+5
* Public API (GC_deinit) to allow Win32 critical sections deletionTautvydas Zilys2017-07-201-0/+5
* Fix SIGSEGV in GC_is_marked when gc_cleanup is used in leak-finding modeIvan Maidanski2017-07-141-3/+7
* Fix various typos in comments and printed messagesKlemens Zwischenbrugger2017-02-211-1/+1
* New API function (GC_dump_named) to produce named dumpsPaul Bone2017-01-141-1/+5
* Export GC_dump_finalization/regions()Ivan Maidanski2016-10-291-0/+9
* Workaround 'value of macro unknown' cppcheck info messagesIvan Maidanski2016-10-241-9/+9
* Workaround 'value of WINAPI unknown' cppcheck info messagesIvan Maidanski2016-10-221-5/+12
* Replace (fix) 'objs' acronym in comments with 'objects wordIvan Maidanski2016-07-011-1/+1