#include "Memoria.h"Go to the source code of this file.
Functions | |
| void * | operator new (size_t Tam) throw (bad_alloc) |
| void * | operator new[] (size_t Tam) throw (bad_alloc) |
| void | operator delete (void *Pnt) throw () |
| void | operator delete[] (void *Pnt) throw () |
Variables | |
| int | g_liMemoriaReservada = 0 |
| 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 17 of file Memoria.cpp. Referenced by operator delete(), and operator new(). |
1.4.2