- Timestamp:
- Jun 1, 2011, 12:00:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/libohana/include/ohana_allocate.h
r31591 r31593 15 15 # ifdef OHANA_MEMORY 16 16 17 void *ohana_malloc (const char *file, int line, const char *func, int Nelem, size_t esize);18 void *ohana_realloc (const char *file, int line, const char *func, void *in, int Nelem, size_t esize);17 void *ohana_malloc (const char *file, int line, const char *func, size_t Nelem, size_t esize); 18 void *ohana_realloc (const char *file, int line, const char *func, void *in, size_t Nelem, size_t esize); 19 19 void ohana_free (const char *file, int line, const char *func, void *in); 20 20 void ohana_memdump_func (int mode);
Note:
See TracChangeset
for help on using the changeset viewer.
