K 10 svn:author V 7 iedowse K 8 svn:date V 27 2004-08-02T13:59:02.000000Z K 7 svn:log V 394 When searching for a suitable block of memory on the free list, skip blocks that are too big by a factor of two or greater. This avoids some cases of extremely inefficient memory use that can occur when large (e.g. 64k) blocks on the free list get used when allocating a 4k chunk of 64-byte fragments. Because fragments have their own free list, the 60k difference got lost forever every time. END