Changeset 2345 for zzuf/trunk/src
- Timestamp:
- May 19, 2008, 1:25:05 PM (13 years ago)
- Location:
- zzuf/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/libzzuf.c
r2336 r2345 77 77 /** 78 78 * If set to a positive value, this value will indicate the maximum number 79 * of megabytes that the called application will be allowed to allocate. Its 80 * value is set by the ZZUF_MEMORY environment variable. 79 * of mebibytes (1 MiB = 1,048,576 bytes) that the called application will be 80 * allowed to allocate. Its value is set by the ZZUF_MEMORY environment 81 * variable. 81 82 */ 82 83 int _zz_memory = 0; -
zzuf/trunk/src/zzuf.c
r2344 r2345 1170 1170 #endif 1171 1171 #if defined HAVE_SETRLIMIT && defined ZZUF_RLIMIT_MEM 1172 printf( "[-M me gabytes] ");1172 printf( "[-M mebibytes] "); 1173 1173 #endif 1174 1174 printf( "[-b ranges] [-p ports]\n");
Note: See TracChangeset
for help on using the changeset viewer.