in reply to Re: Re: make perl release memory
in thread make perl release memory
Well, a cursory test of:
Examined in task manager would suggest not, of course this is highly unscientific and someone else might know different.main() { char *foo = (char *)malloc(1000000); getch(); free(foo); getch() }
/J\
|
|---|