static Entry NewEntry(PoolChunk <T> chunk, long handle) { Entry entry = Recycler.Take(); entry.Chunk = chunk; entry.Handle = handle; return(entry); }