K 10 svn:author V 3 mjg K 8 svn:date V 27 2014-11-03T04:16:04.742123Z K 7 svn:log V 251 filedesc: create a dedicated zone for struct filedesc0 Currently sizeof(struct filedesc0) is 1096 bytes, which means allocations from malloc use 2048 bytes. There is no easy way to shrink the structure <= 1024 an it is likely to grow in the future. END