For example. At the beginning of the script I created array which has size of 100M. After several operations I unset this array (refcount=0). So, I marked 100M of memory as free, but its still reserved by PHP.
1) Can other scripts which currently run use this memory?
2) At what moment this memory will be free by GC?