| # | Line 22 | Line 22 | static char SCCSid[] = "$SunId$ SGI"; | |
|---|---|---|
| 22 | #define PCTFREE 20 /* maximum fraction to free (%) */ | |
| 23 | #endif | |
| 24 | ||
| 25 | + | /* define MAXFRAG if you want to limit fragment tracking memory */ |
| 26 | + | |
| 27 | #ifndef BSD | |
| 28 | #define write writebuf /* safe i/o routines */ | |
| 29 | #define read readbuf | |
| 30 | #endif | |
| 29 | – | |
| 30 | – | #define MAXFRAG (128*FRAGBLK) /* maximum fragments per file */ |
| 31 | ||
| 32 | #define FRAGBLK 64 /* number of fragments to allocate at a time */ | |
| 33 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |