bestsize          126 lib/libsa/alloc.c 	unsigned bestsize = 0xffffffff;	/* greater than any real size */
bestsize          147 lib/libsa/alloc.c 			if ((*f)->size < bestsize) {
bestsize          150 lib/libsa/alloc.c 				bestsize = (*f)->size;
bestsize          157 lib/libsa/alloc.c 	failed = (bestsize == 0xffffffff);