in reply to Re^4: memory "release" with $#=-1
in thread memory "release" with $#=-1

I'm pretty sure perl arrays always take up a contiguous region of memory, at least for the actual "array" part. Then again, it's just an array of pointers to SV's anyways, so I'm not sure it matters.