| 37 | | * Otherwise, use only as a last resort. |
|---|
| 38 | | * 1 -- Use the CSRI malloc package in normal mode. |
|---|
| 39 | | * Recommended for most operating systems where system malloc is |
|---|
| 40 | | * suspect. Known to work well on SunOS 4.1.x. |
|---|
| | 37 | * In other words, pretty much any fairly current OS releases. |
|---|
| | 38 | * 1 -- Use the CSRI malloc package in normal mode. |
|---|
| | 39 | * Recomended for ancient OS releases. On anything modern, you'll want |
|---|
| | 40 | * the system malloc (Option 0). |
|---|
| 44 | | * 5 -- Use the GNU malloc (gmalloc) package. |
|---|
| 45 | | * Doesn't work on Alpha processors or FreeBSD systems, and |
|---|
| 46 | | * reportedly flaky on Linux. Requires an ANSI compiler. |
|---|
| 47 | | * Otherwise, similar to CSRI malloc. |
|---|
| 48 | | * 3, 4, 6 -- Same as 0, kept for compatibility. |
|---|
| | 44 | * 3, 4, 5, 6 -- Same as 0, kept for compatibility. |
|---|