KMALLOC_RANDOM_END
if (type >= KMALLOC_RANDOM_START && type <= KMALLOC_RANDOM_END)
for (type = KMALLOC_NORMAL; type <= KMALLOC_RANDOM_END; type++) {