Goodbye, garbage collector!
Gor Gyolchanyan
gor.f.gyolchanyan at gmail.com
Wed Sep 28 02:42:59 PDT 2011
I have a question about switching to 100% manual memory management.
I know how it should be done with structs and classes: override the
new and delete.
But i don't know how to do it for arrays, associative arrays, stack
frames for delegates and all other instances of implicit memory
allocation.
Is there a way to completely override all memory allocations, so that
i can use the language to the fullest in performance-critical places?
Cheers,
Gor.
More information about the Digitalmars-d
mailing list