NAME_CHUNK
#define ROUNDLEN(x) (((x) + NAME_CHUNK - 1) / NAME_CHUNK * NAME_CHUNK)
uint_t newamt = names->ns_alloc + NAME_CHUNK;