Show
Ignore:
Timestamp:
05/16/2007 11:30:53 PM (20 months ago)
Author:
shawnw
Message:

expr: sync with devel

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 1.8.3/branches/experimental/options.h.dist

    r523 r857  
    3535 *       Recommended for FreeBSD, Linux, Mac OS X/Darwin, and other OS's 
    3636 *       where you think the malloc routines are efficient and debugged. 
    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).  
    4141 *  2 -- Use the CSRI malloc package in debug mode.  
    4242 *       Only use this if you're tracking down memory leaks. Don't use 
    4343 *       for a production MUSH - it's slow. 
    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.  
    4945 */ 
    5046#define MALLOC_PACKAGE 0