- Timestamp:
- Jun 6, 2015, 2:24:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libohana/include/ohana_allocate.h
r33646 r38409 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.
