1
Reply

Memory allocation failures

david 0

david 0

Oct 20 2003 7:30 PM
3.6k
I have written a helper server DLL (int C++ 7.0) that internally does dynamic memory allocation via new. It runs great on my development server [2000], but crashes (new throws an exception) on my production server [2003 Advanced]. I am not talking about much memory. I am tring to get a total of about 50K [in up to twelve calls]. It crashes on the production server at about 10K. Any help greatly appreciated.

Answers (1)