D:/opendownloadmanager/ODM-1.x/InetFile/system.h File Reference

Go to the source code of this file.

Defines

#define fsnew(p, T, L)   while (1) { try { p = new T [L]; if (p == NULL) fsIFOnMemoryError (); else break; } catch (...) {fsIFOnMemoryError ();} }

Functions

void fsIFOnMemoryError ()


Define Documentation

#define fsnew ( p,
T,
 )     while (1) { try { p = new T [L]; if (p == NULL) fsIFOnMemoryError (); else break; } catch (...) {fsIFOnMemoryError ();} }

Definition at line 13 of file system.h.


Function Documentation

void fsIFOnMemoryError (  ) 

Definition at line 8 of file system.cpp.

References NULL.


Generated on Sun May 25 00:20:03 2008 by  doxygen 1.5.6