On Thursday, 20 August 2015 at 17:13:33 UTC, Ilya Yaroshenko wrote:
Hi All!

Does GC scan manually allocated memory?
I want to use huge manually allocated hash tables and I don't want to GC scan them because performance reasons.

Best regards,
Ilya

GC does not scan memory allocated with malloc from core.stdc.
  • GC and MMM Ilya Yaroshenko via Digitalmars-d-learn
    • Re: GC and MMM luminousone via Digitalmars-d-learn
    • Re: GC and MMM rsw0x via Digitalmars-d-learn
    • Re: GC and MMM thedeemon via Digitalmars-d-learn

Reply via email to