SEGKPMAXSIZE
if (size < SEGKPMINSIZE || size > SEGKPMAXSIZE) {
if (segkpsize < btop(SEGKPMINSIZE) || segkpsize > btop(SEGKPMAXSIZE)) {