Changeset fa2a43 in git
- Timestamp:
- Dec 12, 2000, 5:25:44 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- cb2fb47b1cb1c860f624aae6dcac42ef5698d06e
- Parents:
- 2c72eb986386d08c4cad3c7641468921a9faf348
- Location:
- omalloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omFindExec.c
r2c72eb rfa2a43 4 4 * Author: obachman (Olaf Bachmann) 5 5 * Created: 11/99 6 * Version: $Id: omFindExec.c,v 1. 6 2000-08-16 12:06:11 obachmanExp $6 * Version: $Id: omFindExec.c,v 1.7 2000-12-12 16:25:43 levandov Exp $ 7 7 *******************************************************************/ 8 8 … … 23 23 #ifndef MAXPATHLEN 24 24 #define MAXPATHLEN 1024 25 #endif 26 27 #ifdef WINNT 28 #include "om_Alloc.h" 25 29 #endif 26 30 -
omalloc/omtTest.h
r2c72eb rfa2a43 11 11 // #define MAX_CELLS 500000 12 12 // #define MAX_CELLS 100000 13 #define MAX_CELLS 100000 0013 #define MAX_CELLS 100000 14 14 #define KEEP_ADDR 100 15 15 // #define KEEP_ADDR 0
Note: See TracChangeset
for help on using the changeset viewer.