#include <iostream.h>#include <vector>#include "CSucesos.h"Go to the source code of this file.
Functions | |
| void * | operator new (size_t) throw (bad_alloc) |
| void * | operator new[] (size_t) throw (bad_alloc) |
| void | operator delete (void *) throw () |
| void | operator delete[] (void *) throw () |
Variables | |
| const int | MaxPunteros = 100000 |
| int | g_liMemoriaReservada |
| void * | ListaPunteros [MaxPunteros] |
| int | TamPunteros [MaxPunteros] |
|
|
Exception: Cualquier excepción que pueda producirse. Definition at line 85 of file Memoria.cpp. References Err_NoError, CSucesos::ErrorGrave(), g_liMemoriaReservada, ListaPunteros, MaxPunteros, and TamPunteros. |
|
|
Definition at line 103 of file Memoria.cpp. |
|
|
std::bad_alloc: Excepción producida en una reserva incorrecta. Definition at line 33 of file Memoria.cpp. References Err_NoError, CSucesos::ErrorGrave(), g_liMemoriaReservada, ListaPunteros, MaxPunteros, and TamPunteros. |
|
|
Definition at line 68 of file Memoria.cpp. |
|
|
Definition at line 15 of file Memoria.cpp. Referenced by operator delete(), and operator new(). |
|
|
Definition at line 16 of file Memoria.cpp. Referenced by operator delete(), and operator new(). |
|
|
Definition at line 27 of file Memoria.h. Referenced by operator delete(), and operator new(). |
|
|
Definition at line 17 of file Memoria.cpp. Referenced by operator delete(), and operator new(). |
1.4.2