/[lwip]/lwip/src/include/lwip/memp.h
ViewVC logotype

Diff of /lwip/src/include/lwip/memp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by likewise, Mon Jun 9 21:14:47 2003 UTC revision 1.5.2.1 by marcbou, Thu Jun 19 12:32:25 2003 UTC
# Line 58  void *memp_malloc(memp_t type); Line 58  void *memp_malloc(memp_t type);
58  void *memp_realloc(memp_t fromtype, memp_t totype, void *mem);  void *memp_realloc(memp_t fromtype, memp_t totype, void *mem);
59  void memp_free(memp_t type, void *mem);  void memp_free(memp_t type, void *mem);
60    
 void *memp_mallocp(memp_t type);  
 void memp_freep(memp_t type, void *mem);  
   
61  #endif /* __LWIP_MEMP_H__  */  #endif /* __LWIP_MEMP_H__  */
62            

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26