K 10 svn:author V 6 andrew K 8 svn:date V 27 2016-04-26T11:39:32.783398Z K 7 svn:log V 245 Stop using sbrk in csh. This is a legacy interface and its use within csh is invalid. It is used to find the size of allocated memory. As malloc may allocate memory with mmap it will fail to take this memory into account. Obtained from: brooks END