alloc_func.cpp File Reference

Functions to 'handle' memory allocation errors. More...

#include "../stdafx.h"
#include "alloc_func.hpp"

Go to the source code of this file.

Functions

void NORETURN MallocError (size_t size)
 Function to exit with an error message after malloc() or calloc() have failed.
void NORETURN ReallocError (size_t size)
 Function to exit with an error message after realloc() have failed.


Detailed Description

Functions to 'handle' memory allocation errors.

Definition in file alloc_func.cpp.


Function Documentation

void NORETURN MallocError ( size_t  size  ) 

Function to exit with an error message after malloc() or calloc() have failed.

Functions to exit badly with an error message.

Parameters:
size number of bytes we tried to allocate

Definition at line 12 of file alloc_func.cpp.

References error.

Referenced by CallocT(), and MallocT().

void NORETURN ReallocError ( size_t  size  ) 

Function to exit with an error message after realloc() have failed.

Parameters:
size number of bytes we tried to allocate

Definition at line 21 of file alloc_func.cpp.

References error.

Referenced by ReallocT().


Generated on Tue Jul 21 18:48:30 2009 for OpenTTD by  doxygen 1.5.6