summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* New macro (NO_MSGBOX_ON_ERROR) to avoid message box on GC abort (Win32)Ivan Maidanski2019-07-051-4/+3
* Do not use Manual VDB mode if C malloc is redirectedIvan Maidanski2019-06-211-1/+3
* New API standalone functions to acquire and release the allocator lockIvan Maidanski2019-05-301-0/+12
* Add API functions to get and set the stack bottom of each threadBrian J. Cardiff2019-05-061-0/+24
* Replace 'stack base' with 'stack bottom' in the documentationIvan Maidanski2019-04-261-1/+1
* Refine do_blocking() documentation in gc.hIvan Maidanski2019-04-251-8/+0
* Allow GC_PAUSE_TIME_TARGET environment variable values smaller than 5 msIvan Maidanski2019-04-121-5/+2
* Fix GetThreadContext stale register values use if WoW64 (Win32)Hamayama2019-02-081-27/+1
* Replace "msecs" with "ms" in all comments and messagesIvan Maidanski2019-01-061-1/+1
* Workaround 'argument dummy to GC_noop1 is always 1' cppcheck false positiveIvan Maidanski2018-12-201-1/+5
* Fix 'collecting from unknown thread' abort in leak-finding mode for Win32Ivan Maidanski2018-11-231-1/+1
* Fix deadlocks in write and suspend handlers if AO test-and-set is emulatedIvan Maidanski2018-11-201-2/+4
* Workaround 'local address assignment to a global variable' CSA warningIvan Maidanski2018-11-131-4/+4
* Fix 'too wide non-owner permissions are set for resource' code defectIvan Maidanski2018-11-121-1/+1
* Eliminate 'casting signed to bigger unsigned int' CSA warningIvan Maidanski2018-11-121-3/+3
* Document assertion in the setters that used to return old valueIvan Maidanski2018-11-071-7/+9
* Enable compilation without C runtime (Win32)Michael DeRoy2018-10-291-1/+1
* Fix lock assertion violation in get_index if GC_ALWAYS_MULTITHREADEDIvan Maidanski2018-10-241-3/+3
* Replace some FIXME items with TODO onesIvan Maidanski2018-08-311-1/+1
* New API to turn on manual VDB at runtimeIvan Maidanski2018-08-151-6/+46
* Fix more compilation issues for XboxOneJonas Echterhoff2018-08-011-4/+5
* Export stop/start_world_external only for multi-threaded buildsIvan Maidanski2018-07-281-6/+21
* New API to stop and start the GC world externallyJonas Echterhoff2018-07-271-0/+12
* Fix 'collecting from unknown thread' abort in leak-finding modeIvan Maidanski2018-06-081-1/+7
* Never return null pointer by C++ operator new (gc_cpp)Ivan Maidanski2018-06-011-0/+6
* Remove stubborn objects allocation code completelyIvan Maidanski2018-05-151-3/+0
* Avoid multiple 'getcontext failed' warnings if getcontext is brokenIvan Maidanski2018-04-261-0/+10
* Avoid potential data race during GC_dump executionIvan Maidanski2018-04-101-17/+23
* Check consistency of descr, adjust, clear arguments of GC_new_kindIvan Maidanski2018-03-221-1/+6
* Fix dbg_mlc.c/o file name in documentationIvan Maidanski2018-02-281-1/+1
* Workaround Clang optimizer bug crashing clear_stack_inner on OS X 10.8Kimura Wataru2018-02-201-1/+5
* Convert GC source files to valid C++ codeIvan Maidanski2018-02-161-5/+5
* Fix 'implicit conversion from size_t to int changes value' clang warningIvan Maidanski2018-02-141-1/+1
* New API function (get_size_map_at) to get content of size_map tableIvan Maidanski2018-02-141-0/+7
* Change type of hb_sz field (of hblkhdr) from size_t to wordIvan Maidanski2018-02-081-2/+2
* Initial support of WinRTJonathan Chambers2018-02-061-15/+112
* Define macro to specify the environment file name extension (Win32/WinCE)Ivan Maidanski2018-02-021-1/+3
* Initial support of Sony PlayStation Portable 2Jonathan Chambers2018-02-011-2/+5
* New macro ALWAYS_SMALL_CLEAR_STACK to avoid clearing large stack sectionsJonathan Chambers2018-01-311-2/+6
* Do not define clear_stack_inner and next_random_no if not usedIvan Maidanski2018-01-311-43/+53
* Initial support of Xbox One (DURANGO) targetJonathan Chambers2018-01-301-3/+5
* Initial support of Orbis targetJonathan Chambers2018-01-291-3/+3
* Initial support of Nintendo platformJonathan Chambers2018-01-271-0/+9
* New field (expl_freed_bytes_since_gc) in public prof_stats_sIvan Maidanski2018-01-121-0/+1
* Fix gctest failure if compiled with TSan and parallel markerIvan Maidanski2017-12-121-1/+3
* Fix assertion violation about disabled cancel in try_to_collect_innerIvan Maidanski2017-11-301-0/+4
* Eliminate TSan warning about data race in default_on_abortIvan Maidanski2017-11-211-2/+14
* Place no_sanitize attributes in a GCC-compliant wayIvan Maidanski2017-11-211-1/+2
* Print time passed since GC initialization in GC_dumpPaul Bone2017-10-291-1/+19
* Do not use system clock consistently if NO_CLOCKIvan Maidanski2017-10-251-6/+6