/[osn-commons]/trunk/uar/xmalloc.h
ViewVC logotype

Diff of /trunk/uar/xmalloc.h

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

revision 23 by rakinar2, Mon Aug 5 17:15:48 2024 UTC revision 32 by rakinar2, Wed Aug 7 18:57:45 2024 UTC
# Line 3  Line 3 
3    
4  #include <stddef.h>  #include <stddef.h>
5    
6    /* Allocate memory and abort process on error. */
7  void *xmalloc (size_t size);  void *xmalloc (size_t size);
8    
9    /* Allocate 'n' zeroed memory block of 'size' and abort process on error. */
10  void *xcalloc (size_t nmemb, size_t size);  void *xcalloc (size_t nmemb, size_t size);
11    
12    /* Reallocate memory and abort process on error. */
13  void *xrealloc (void *ptr, size_t size);  void *xrealloc (void *ptr, size_t size);
14    
15  #endif /* UAR_XMALLOC_H */  #endif /* UAR_XMALLOC_H */

Legend:
Removed from v.23  
changed lines
  Added in v.32

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26