Changeset 76cfef in git for kernel/mod2.h
- Timestamp:
- Jul 14, 2011, 10:10:49 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 801bdb090ffb79e83ba751feae3e853c5cfb20cb
- Parents:
- 210e07a1e0428569506a64e13a3ad98460b707e3
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-14 22:10:49+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:17+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mod2.h
r210e07 r76cfef 222 222 #define OM_KEEP 1 223 223 #include "mod2.h" 224 #include "omalloc.h"224 #include <omalloc/omalloc.h> 225 225 ensures that all memory allocs/free in this file are done with 226 226 OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed … … 250 250 #define OM_KEEP 1 251 251 #include "mod2.h" 252 #include "omalloc.h"252 #include <omalloc/omalloc.h> 253 253 Under dynamic scope, do (e.g., from within the debugger): 254 254 om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX;
Note: See TracChangeset
for help on using the changeset viewer.