From: | Ilkka Lehtoranta |
Date: | 30 Aug 2000 at 22:24:43 |
Subject: | Re: Freeing list with Classact |
Hello Allan
On 30-Elo-00, you wrote:
AO>> MEMF_ANY basically means use any available memory, it'll use fast if
AO>> there's a big enough block, chip if not.
AO>
AO> Well, public memory should be viewed as a special type of memory. Just
AO> like chip and fast are different, public could be a third (differnt)
AO> type (but will most likely be a subset of fast).
And you can't (well, you can but shouldn't) allocate memory that is
both MEMF_ANY and MEMF_CHIP etc.
But personally I like to use MEMF:ANY | MEMF_PUBLIC for readability
(just a habit).