Mail Archives: djgpp/1997/09/12/06:18:46
In article <Wi7mc5ADIHG0EwpB AT talula DOT demon DOT co DOT uk>, Shawn AT talula DOT demon DOT co DOT uk
says...
>
>>When an Allegro datafile is loaded into
>>memory, is each object treated individually? For example, is blitting a
>>bitmap from a datafile onto the screen the same as blitting a bitmap
>>which was created at runtime?
>
>Absolutely. How an object was created makes no difference to the format
>of the data, so it doesn't matter whether it was loaded from a datafile
>or not. The datafile routines are simply a handy way of storing lots of
>objects in a single file, and making sure the data is always loaded in a
>ready-to-go Allegro format: they don't affect how the data behaves once
>it is in memory.
>
>
Why doesn't Allegro (or WIP?) use a decent memory allocation routine apart from
the standard ones given by libc.a?
ie, allegro partitions memory making it hard to allocate big needed paragraphs
of memory.
- Raw text -