[comp.sys.amiga] Allocating Memory in Modula-2

davidm@sugar.hackercorp.com (David Martin) (10/08/90)

ALL:
   I am compiling a program for a course at school written 
in Modula-2 using the M2 Sprint compiler. The program 
features extensive use of pointers. It is a small database
program using AVL trees for data storage. I have had problems
with Gurus and think it has to do with my memory allocation
methods. Is it true that you should not use the standard
library STORAGE in Modula-2 since it may not allocate
memory properly? Instead should I be using the Amiga's
intuition library for memory allocation?
DAvid
PS The Guru messages I usually get are ADDRESS error or 
ILLEGAL instruction....in expansion memory > $2000000

--