X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Giovanni Spagnuolo" Newsgroups: comp.os.msdos.djgpp Subject: new[] and delete[] Date: Mon, 11 Mar 2002 09:06:35 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Lines: 48 Message-ID: <79246c4b8f87891fe4ac8972a90fb6a1.76722@mygate.mailgate.org> NNTP-Posting-Host: pc2.diiie.unisa.it Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1015827253 20810 193.205.164.124 (Mon Mar 11 10:06:34 2002) X-Complaints-To: abuse AT mailgate DOT org NNTP-Posting-Date: Mon, 11 Mar 2002 09:06:35 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=pc2.diiie.unisa.it; posting-account=76722; posting-date=1015827253 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.os.msdos.djgpp/79246c4b8f87891fe4ac8972a90fb6a1.76722%40mygate.mailgate.org To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dear friends, I need your suggestions to solve a problem of heap memory allocation and disallocation. To the aim of testing the memory disallocation, I've written the following short program. #include #include #include int main() { clrscr(); int N=100000; cout<<"before allocation"<