Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!mcsun!hp4nl!fwi.uva.nl!delft From: delft@fwi.uva.nl (Andre van Delft) Newsgroups: comp.sys.mac.programmer Subject: PurgeSpace Problem Message-ID: <368@fwi.uva.nl> Date: 14 Jan 90 11:28:14 GMT Sender: news@fwi.uva.nl Reply-To: delft@fwi.uva.nl (Andre van Delft) Organization: Faculteit Wiskunde & Informatica, Universiteit van Amsterdam Lines: 27 I am trying to get a modified version of TESample.c (MPW 3.0) to work, but I have problems with the memory manager. The following are my changes to TESample: * Removed everything that had to do with segmentation * Changed some values in TESample.h: #define kPrefSize 244 (was: 122) #define kMinSize 160 (was: 38) #define kMinHeap (59 * 1024) (was: (29 * 1024)) #define kMinSpace (40 * 1024) (was: (20 * 1024)) * Linked with two additional libraries of 20 and 56 k. The initialisation code of TESample contains: PurgeSpace(&total,&contig); if(total