ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/memory.h
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/include/memory.h (file contents):
Revision 6346 by michael, Tue Aug 11 17:23:45 2015 UTC vs.
Revision 6888 by michael, Wed Dec 2 18:49:33 2015 UTC

# Line 27 | Line 27
27   #ifndef INCLUDED_memory_h
28   #define INCLUDED_memory_h
29  
30 #include "ircd_defs.h"
31
30   extern void outofmemory(void);
31   extern void *MyCalloc(size_t);
32   extern void *MyRealloc(void *, size_t);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)