summaryrefslogtreecommitdiff
path: root/include/gc
Commit message (Expand)AuthorAgeFilesLines
* Do not reference internal files in comments of public header filesIvan Maidanski2022-10-078-18/+14
* Rename stack[_size] in GC_Thread_Rep and GC_register_altstackIvan Maidanski2022-10-011-5/+6
* Better document GC_no_dlsIvan Maidanski2022-09-271-8/+11
* Adjust naming of Win32/64 and x86/64 words in comments and documentationIvan Maidanski2022-09-262-3/+3
* Document that GC_is_X API functions may return only zero or oneIvan Maidanski2022-09-142-13/+14
* Declare GC_noop1 as public function unconditionallyIvan Maidanski2022-08-121-7/+8
* Pass index argument to callback of GC_iterate_free_hblksIvan Maidanski2022-08-081-3/+8
* New GC_iterate_free_hblks API functionIvan Maidanski2022-08-051-0/+6
* New GC_count_set_marks_in_hblk API functionIvan Maidanski2022-08-051-0/+5
* Export GC_is_black_listed() as public APIIvan Maidanski2022-08-051-0/+8
* Fix 'passing arg 1 of GC_apply_to_all_blocks from incompatible type' errorIvan Maidanski2022-08-051-1/+1
* Export GC_apply_to_all_blocks() as public APIIvan Maidanski2022-08-041-0/+11
* New API function (GC_get_hblk_size) to get HBLKSIZE valueIvan Maidanski2022-08-031-0/+4
* Prevent (fix) parallel custom mark procs run in single-threaded clientsIvan Maidanski2022-06-012-26/+31
* Refine comments in code regarding DllMain-based threads registrationIvan Maidanski2022-05-301-2/+3
* Update copyright information in alloc.c and other modified files (2022)Ivan Maidanski2022-05-273-1/+3
* Ensure GC is initialized when GC_push_all_stacks() is calledIvan Maidanski2022-05-251-3/+3
* Define GC_get_parallel and GC_set_markers_count in single-threaded GCIvan Maidanski2022-05-201-15/+13
* Allow to start marker threads in child of single-threaded clientIvan Maidanski2022-05-201-6/+6
* Fix potential race if start_mark_threads called from threads in childIvan Maidanski2022-05-191-0/+1
* Replace comments about GC is held or not with relevant assertionsIvan Maidanski2022-05-111-0/+1
* Support GC_remove_roots on Win32Ivan Maidanski2022-05-041-2/+2
* Remove extra space after comma in license termsIvan Maidanski2022-05-0116-16/+16
* Eliminate 'unused private function gc_cleanup::cleanup' cppcheck warningIvan Maidanski2022-04-231-0/+2
* Eliminate 'cleanup and clientData are unused' compiler warning in gc_cpp.hIvan Maidanski2022-04-221-0/+3
* Fix linking of tests in case of finalization is offIvan Maidanski2022-04-221-18/+24
* Adjust indentation in C preprocessor directivesIvan Maidanski2022-04-182-9/+9
* Allow to use same signal for thread suspend and restartIvan Maidanski2022-03-271-0/+1
* Remove comment from gc_cpp.h about bugs in ancient compilersIvan Maidanski2022-03-121-19/+4
* Fix comments to disambiguate plural nouns followed by 'is'Ivan Maidanski2022-02-231-3/+3
* Fix punctuation in comments in cord[_pos].hIvan Maidanski2022-02-072-38/+39
* Document argument of GC_is_marked in gc_mark.hIvan Maidanski2022-01-181-2/+4
* Better document GC_generate_random_heap/valid_address API functionsIvan Maidanski2022-01-161-3/+4
* Support Elbrus 2000 (Linux/e2k)Ilya Kurdyukov2022-01-121-3/+9
* Fix typos in comments in allchblk.c and gc.hDimitris Apostolou2022-01-051-2/+2
* Fix oldProc initialization in gc_cleanup and eliminate related warningsIvan Maidanski2021-12-261-2/+2
* Rename BoehmGC to libgc in comment of leak_detector.hIvan Maidanski2021-11-251-1/+1
* Move public header files to include/gc in source treeIvan Maidanski2021-11-2518-0/+5465