I am running this memory leakage code and I need to know if there is difference in memory allocation
int main() { while (true) { int* i = new int; } return 0; }
Aucun commentaire:
Enregistrer un commentaire