This takes a couple of seconds on my laptop.
int main(){
for(;;){
int *a=new int[1000];
}
}
3
solved Is there a way to create super fierce memory leaks?
This takes a couple of seconds on my laptop.
int main(){
for(;;){
int *a=new int[1000];
}
}
3
solved Is there a way to create super fierce memory leaks?