HelenOS sources
INITIAL_SIZE 77 uspace/app/edit/sheet.c sh->dbuf_size = INITIAL_SIZE;
INITIAL_SIZE 180 uspace/app/edit/sheet.c shrink_size = max(sh->dbuf_size / 4, INITIAL_SIZE);
INITIAL_SIZE 181 uspace/app/edit/sheet.c if (sh->text_size <= shrink_size && sh->dbuf_size > INITIAL_SIZE) {
INITIAL_SIZE 77 uspace/dist/src/c/demos/edit/sheet.c sh->dbuf_size = INITIAL_SIZE;
INITIAL_SIZE 171 uspace/dist/src/c/demos/edit/sheet.c shrink_size = max(sh->dbuf_size / 4, INITIAL_SIZE);
INITIAL_SIZE 172 uspace/dist/src/c/demos/edit/sheet.c if (sh->text_size <= shrink_size && sh->dbuf_size > INITIAL_SIZE) {
HelenOS homepage, sources at GitHub