summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Use distinct MACH_TYPE for WebAssemblyBruce Mitchener2023-03-031-36/+44
* Adjust WoW64 workaround to work on UWP/WinRTJonathan Chambers2023-02-201-0/+4
* Add callback API to support ephemeron markingJonathan Chambers2023-02-141-0/+10
* Ensure GC_NO_PTHREAD_SIGMASK defined if no GC_pthread_sigmask prototypeIvan Maidanski2023-02-121-0/+2
* Document GC_print_free_list shortly in gc_inline.hIvan Maidanski2023-02-121-0/+2
* Generalize finalizers interruption APIIvan Maidanski2023-02-081-3/+6
* New API function (GC_set_interrupt_finalizers) to break finalizer loopBill Holmes2023-02-041-0/+4
* Use __builtin_frame_address(0) to find main stack base on QNXMario Topf2023-02-021-1/+3
* Support QNX on arm[64] and x86[_64]Mario Topf2023-02-021-14/+26
* Move QNX macro definitions outside I386 block in gcconfig.hIvan Maidanski2023-02-011-10/+18
* Better document missing debugging version for aligned allocation routinesIvan Maidanski2023-01-311-0/+5
* Fix store-and-dirty call in GC_CONSIvan Maidanski2023-01-311-1/+2
* Do not mix debug and non-debug allocations in disclaim testsIvan Maidanski2023-01-311-0/+1
* Define public GC_MALLOC_EXPLICITLY_TYPED_IGNORE_OFF_PAGE()Ivan Maidanski2023-01-311-0/+4
* Remove unused DCL_LOCK_STATEIvan Maidanski2023-01-301-5/+0
* Remove unused GC_old_sig_mask from gc_locks.hIvan Maidanski2023-01-301-6/+0
* Do not mention FASTLOCK in commentIvan Maidanski2023-01-301-1/+1
* Export setter and getter for pointer checking print proceduresIvan Maidanski2023-01-301-6/+23
* Better document preprocessor-related pointer checking routines in gc.hIvan Maidanski2023-01-301-26/+29
* Support GC_memalign with alignments greater than HBLKSIZEIvan Maidanski2023-01-243-15/+11
* Simplify code of GC_allochblk_nthIvan Maidanski2023-01-201-12/+22
* Remove code duplication in GC_free[_inner]Ivan Maidanski2023-01-181-0/+2
* Fix typo in GC_allochblk_nth nameIvan Maidanski2023-01-031-1/+1
* Fix 'failed to create new win32 semaphore' Cygwin fatal error at forkIvan Maidanski2023-01-022-6/+13
* Uniform use of GC_lookup_by_pthread in GC_pthread_join/detachIvan Maidanski2022-12-311-1/+5
* Use GC_delete_thread instead of GC_delete_gc_thread_no_freeIvan Maidanski2022-12-311-1/+1
* Do not expose GC_nacl_gc_thread_self variable outside pthread_stop_world.cIvan Maidanski2022-12-301-2/+1
* Add support of wasm32-wasi targetAnuraag Agrawal2022-12-212-1/+31
* Disallow explicit unregister of non-main thread if registered by DllMainIvan Maidanski2022-12-191-1/+3
* Document that GC_unregister_my_thread result value is dummyIvan Maidanski2022-12-191-1/+1
* Eliminate 'GC_available_markers_m1 defined but not used' gcc warningIvan Maidanski2022-12-121-2/+1
* Move stack-related fields out of GC_thread to GC_stack_context_tIvan Maidanski2022-12-111-73/+79
* Group all thread id fields together in GC_threadIvan Maidanski2022-12-071-22/+19
* Avoid code duplication between pthread_support.c and win32_threads.cIvan Maidanski2022-12-063-9/+102
* Add Linux/sw_64 (sunway-linux) supportwzx2022-12-021-0/+13
* Fix unconditional out-of-memory in GC_[p]valloc on Emscripten and NACLIvan Maidanski2022-11-261-0/+7
* Enable HBLKSIZE values up to 64KIvan Maidanski2022-11-252-2/+7
* Remove OpenBSD uthreads (GC_OPENBSD_UTHREADS) supportGreg Steuck2022-11-252-11/+2
* Use sbrk() to get OS memory on EmscriptenJukka Jylanki2022-11-231-2/+5
* Provide meaningful error message in case of Emscripten threaded buildIvan Maidanski2022-11-221-0/+3
* Fix 'EMSCRIPTEN macro redefined' compile errorJukka Jylanki2022-11-221-2/+4
* Do not prohibit threaded builds with malloc redirection on non-LinuxKristian Larsson2022-11-171-1/+5
* Redirect aligned_alloc() in leak_detector.hIvan Maidanski2022-11-021-0/+2
* Redirect reallocarray() in leak_detector.hIvan Maidanski2022-11-021-0/+2
* Fix missing getpagesize() definition on OS/2 for usage by valloc()Ivan Maidanski2022-11-011-0/+1
* Fix negative heap size values reported in WARNIvan Maidanski2022-11-011-2/+3
* Define public GC_[p]valloc() and redirect to them in leak_detector.hIvan Maidanski2022-10-284-2/+38
* Do not define GETPAGESIZE on Win32Ivan Maidanski2022-10-261-16/+9
* Collapse arch macro defines where possibleIvan Maidanski2022-10-251-249/+117
* Fix undefined mach_type_known on Linux/mips, NetBSD/mips and OpenBSD/mipsIvan Maidanski2022-10-241-3/+4