Classe de base pour la gestion de mémoire. Plus de détails...
Graphe d'héritage de MemoryTracedBase:Attributs publics statiques | |
| static char const * | StrLeaks |
| Le nom du fichier de leaks. | |
| static char const * | StrAllocations |
| Le nom du fichier d'allocations. | |
| static char const * | StrDeallocations |
| Le nom du fichier de désallocations. | |
| static unsigned long long | TotalAllocatedSize |
| La taille allouée. | |
| static unsigned long long | TotalAllocatedObjectCount |
| Le nombre d'objets alloués. | |
| static unsigned long long | TotalAllocatedArrayCount |
| Le nombre de tableaux alloués. | |
Classe de base pour la gestion de mémoire.
char const* MemoryTracedBase::StrAllocations [static] |
Le nom du fichier d'allocations.
char const* MemoryTracedBase::StrDeallocations [static] |
Le nom du fichier de désallocations.
char const* MemoryTracedBase::StrLeaks [static] |
Le nom du fichier de leaks.
unsigned long long MemoryTracedBase::TotalAllocatedArrayCount [static] |
Le nombre de tableaux alloués.
unsigned long long MemoryTracedBase::TotalAllocatedObjectCount [static] |
Le nombre d'objets alloués.
unsigned long long MemoryTracedBase::TotalAllocatedSize [static] |
La taille allouée.
1.7.1