in reply to Re: Re: make perl release memory
in thread make perl release memory

Well, a cursory test of:

main() { char *foo = (char *)malloc(1000000); getch(); free(foo); getch() }
Examined in task manager would suggest not, of course this is highly unscientific and someone else might know different.

/J\