>>7It's true in the case of a GC where losing/creating an object doesn't directly correspond to freeing/acquiring memory. The system could allocate big blocks only and handle minor allocations by playing around with these blocks internally, thus bypassing the syscall malloc would require.