MINALLOCSIZE
if (freedsize != 0 && size > MINALLOCSIZE && freedsize <= size / 2)
new = MINALLOCSIZE / sizeof(void *);