You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading #145, I would like to know your opinion on using Boehm-Demers-Weiser Garbage Collector github.com/ivmai/bdwgc instead of GC_malloc.
It can be used as a plug-in replacement for C/C++ malloc, is used in a lot of solid projects and languages and can take advantage of type information to locate pointers when this information is provided.
The text was updated successfully, but these errors were encountered:
paulocoghi
changed the title
Boehm-Demers-Weiser Garbage Collector instead of GC_malloc
Immix or Boehm-Demers-Weiser GC instead of GC_malloc
Feb 4, 2022
paulocoghi
changed the title
Immix or Boehm-Demers-Weiser GC instead of GC_malloc
(RC) Immix or Boehm-Demers-Weiser GC instead of GC_malloc
Feb 4, 2022
After reading #145, I would like to know your opinion on using Boehm-Demers-Weiser Garbage Collector github.com/ivmai/bdwgc instead of GC_malloc.
It can be used as a plug-in replacement for C/C++ malloc, is used in a lot of solid projects and languages and can take advantage of type information to locate pointers when this information is provided.
The text was updated successfully, but these errors were encountered: