src/MemoryManager.c File Reference

defines malloc and calloc wrapper functions so that we don't segfault if they return NULL More...

#include "MemoryManager.h"

Detailed Description

defines malloc and calloc wrapper functions so that we don't segfault if they return NULL

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

This functionality is only active if MEMORY_DEBUG is defined, to make things a little faster.

 All Data Structures Files Functions Variables Typedefs Defines