Defines

src/MemoryManager.h File Reference

see MemoryManager.c More...

#include <stdlib.h>
#include <stdio.h>

Go to the source code of this file.

Defines

#define Malloc(x)   MallocWithCheck(x)
#define Calloc(x, y)   CallocWithCheck(x,y)
#define Free(x)   free(x)

Detailed Description

see MemoryManager.c

Author:
Darren Strash (first name DOT last name AT gmail DOT com)

Copyright (c) 2011 Darren Strash. This code is released under the GNU Public License (GPL) 3.0.

gplv3-127x51.png
See GPL 3.0 here

Define Documentation

#define Calloc (   x,
  y 
)    CallocWithCheck(x,y)
#define Free (   x  )     free(x)
#define Malloc (   x  )     MallocWithCheck(x)
 All Data Structures Files Functions Variables Typedefs Defines