_util.h File Reference

#include <stdlib.h>
#include <new>

Go to the source code of this file.

Functions

int insufficient_memory_handle (size_t sz)


Function Documentation

int insufficient_memory_handle ( size_t  sz  ) 

Definition at line 23 of file _util.h.

00024 {
00025    perror("Memory allocation failed. Terminating application...");
00026    exit( 100 );
00027 }


Generated on Thu Nov 28 14:47:20 2013 for red_wireless by  doxygen 1.5.7.1