comp.lang.ada
 help / color / mirror / Atom feed
From: Caffeine Junky <nospam@hotmail.com>
Subject: Re: How does this look?
Date: Mon, 15 Jul 2002 22:19:52 GMT
Date: 2002-07-15T22:19:52+00:00	[thread overview]
Message-ID: <bUHY8.531601$352.90355@sccrnsc02> (raw)
In-Reply-To: L3kY8.13$A93.12090496@newssvr13.news.prodigy.com

Basically, I'm working at learning a bunch of different ways of handling
memory. Storage Pools is one among many. An Indexed array is another.
Using Unchecked_Deallocation on everything is yet another(although not
necessarily the wisest)way.
Memory leaks are also a pet peeve of mine. Hence I'm making it a point to
try and become skilled at correctly handling the memory issues of my
software without screwing up.

Different methods work best for different problems. Sure, I could
implement an array of access variables to records or other arrays, and
have that variable and associated structure de-allocated when it's no
longer referenced/goes out of scope. And I will implement some lists this
way for practice. But I'm also learning how to use storage pools, because
eventually they'll come in handy.


Thanks for your help. I'm doing a bit more homework. I'll repost it once
I got something that works.


St4pL3



  reply	other threads:[~2002-07-15 22:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-14  3:09 How does this look? Caffeine Junky
2002-07-14  3:49 ` tmoran
2002-07-14  4:51   ` Caffeine Junky
2002-07-14  7:09     ` tmoran
2002-07-14 10:46       ` Caffeine Junky
2002-07-14 17:17         ` martin.m.dowie
2002-07-14 19:13         ` tmoran
2002-07-15 22:19           ` Caffeine Junky [this message]
2002-07-17  5:08             ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox