IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2011, 12:00:17 PM (15 years ago)
Author:
eugene
Message:

option for OHANA_MEMORY must be passed via make option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/libohana/include/ohana_allocate.h

    r31591 r31593  
    1515# ifdef OHANA_MEMORY
    1616
    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);
     17void *ohana_malloc (const char *file, int line, const char *func, size_t Nelem, size_t esize);
     18void *ohana_realloc (const char *file, int line, const char *func, void *in, size_t Nelem, size_t esize);
    1919void  ohana_free (const char *file, int line, const char *func, void *in);
    2020void  ohana_memdump_func (int mode);
Note: See TracChangeset for help on using the changeset viewer.