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 fsnew | ( | p, | |||
| T, | |||||
| L | ) | while (1) { try { p = new T [L]; if (p == NULL) fsIFOnMemoryError (); else break; } catch (...) {fsIFOnMemoryError ();} } |
| void fsIFOnMemoryError | ( | ) |
1.5.6