/[mcrypt]/libmcrypt/lib/xmemory.h
ViewVC logotype

Diff of /libmcrypt/lib/xmemory.h

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

revision 1.2 by nmav, Thu May 17 18:58:20 2001 UTC revision 1.3 by nmav, Fri May 18 10:54:14 2001 UTC
# Line 1  Line 1 
1  //void *mxmalloc(size_t size);  void *mxmalloc(size_t size);
2  //void *mxcalloc(size_t nmemb, size_t size);  void *mxcalloc(size_t nmemb, size_t size);
3  //void *mxrealloc(void *ptr, size_t size);  void *mxrealloc(void *ptr, size_t size);
4  //void mxfree( void *ptr, size_t size);  void mxfree( void *ptr, size_t size);
 #define mxmalloc malloc  
 #define mxcalloc calloc  
 #define mxrealloc realloc  
 #define mxfree(x,y) free(x)  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26