summaryrefslogtreecommitdiff
path: root/include/gc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GC_REALLOC to call GC_FREE if new size is zero and pointer is non-NULLIvan Maidanski2016-04-051-1/+14
* Fix Cygwin64 buildYuki Okumura2016-02-031-5/+15
* Document GC_register_my_thread returned valueIvan Maidanski2015-11-111-0/+1
* Workaround invalid '_end' symbol on Android clang 3.5+Ivan Maidanski2015-10-231-13/+19
* Code refactoring of toggle-ref supportIvan Maidanski2015-08-281-4/+36
* Fix out-of-memory handling in GC_toggleref_addIvan Maidanski2015-08-261-1/+1
* Add toggle-ref supportRodrigo Kumpera2015-08-261-0/+5
* Make heap walker accept callbackIvan Maidanski2015-08-051-3/+0
* Add support for enumerating the reachable objects in the heapPeter Wang2015-07-311-0/+3
* Code refactoring of 'alt-stack registration support'Ivan Maidanski2015-07-271-5/+7
* Add alt-stack registration supportZoltan Varga2015-07-241-0/+6
* Code refactoring of 'finalization extension API'Ivan Maidanski2015-07-191-2/+8
* Implement the finalization extension APIRodrigo Kumpera2015-07-171-0/+3
* Code refactoring, add test and document GC_get_memory_useIvan Maidanski2015-07-101-1/+3
* Add API function to calculate total memory in use by all GC blocksEli Barzilay2015-07-091-0/+2
* Refine GC_free_space_divisor comment regarding its initial valueIvan Maidanski2015-07-061-1/+1
* Add profiling callback events to indicate start/end of reclaim phaseIvan Maidanski2015-06-231-0/+2
* Standalone profiling callback for threads suspend/resumeIvan Maidanski2015-06-231-4/+20
* Rename GCEventKind to GC_EventType (profiling event type)Ivan Maidanski2015-06-201-2/+2
* Rename and reorder profiling callback events (to match Mono GC API)Ivan Maidanski2015-06-201-9/+8
* Merge branch 'profiling-callbacks'Ivan Maidanski2015-05-171-0/+22
|\
| * Code refactoring of "event callbacks" functionalityIvan Maidanski2015-05-171-1/+1
| * Implement event callbacks to be used to profile the collectorLucas Meijer2014-07-011-0/+22
* | Enable gc.h inclusion by client without implicit include windows.h (Win32)Ivan Maidanski2015-05-111-16/+43
* | Do not pass VC-specific 'pragma message' in gc.h to other compilers (Win64)Ivan Maidanski2015-05-111-5/+5
* | debug helper for preproc symbol mix upJohannes Totz2015-05-111-0/+5
* | Fix pthreads-win32 name in comments and documentationIvan Maidanski2014-08-101-1/+1
|/
* Fix (enable) Cygwin-64 buildBernd Edlinger2014-05-231-1/+1
* Fix 'e.g.' typos in comments and documentationIvan Maidanski2014-02-011-1/+1