Changeset 38441 for trunk/Ohana/src/libohana/include/ohana_allocate.h
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libohana/include/ohana_allocate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libohana/include/ohana_allocate.h
r33646 r38441 26 26 void ohana_free (const char *file, int line, const char *func, void *in); 27 27 void ohana_memdump_func (int mode); 28 voidohana_memcheck_func (int mode);28 int ohana_memcheck_func (int mode); 29 29 void real_free (void *in); 30 30 … … 56 56 # else /* below: not OHANA_MEMORY */ 57 57 58 # define ohana_memcheck(X) /* NOP */58 # define ohana_memcheck(X) TRUE 59 59 # define ohana_memdump(X) /* NOP */ 60 60 void real_free (void *in);
Note:
See TracChangeset
for help on using the changeset viewer.
