Méthode System::GC::GetTotalAllocatedBytes

GC::GetTotalAllocatedBytes method

Renvoie le nombre total d’octets alloués.

static int64_t System::GC::GetTotalAllocatedBytes(bool precise=false)
ParamètreTypeDescription
précisboolIGNORED

ReturnValue

Le nombre d’octets de mémoire privée actuellement allouée par le processus en cours.

Remarques

Ceci est une implémentation factice pour la méthode .NET

Voir aussi