BrainMM
BrainMM copied to clipboard
Extremely fast memory manager for Delphi
When starting a second instance of the same program with BrainMM i get a access violation on the line 10523 (master). ``` if (BrainMMRegistered.BrainMM.Options.FreePacalCompiler {$ifdef FPC}True{$else}False{$endif}) then begin BrainMMFreeMemOriginal :=...
Hello, We are developing a massively parallel application and are hitting the limits of the default Delphi memory allocator in this situation. As a result, we are investigating replacements for...
Hello, if you use BrainMM under Win64 Service it will crash the service. (it will not start) Thank you