BATCH_SIZE
char *uaddrs[BATCH_SIZE], **upp;
tocopy = MIN(count, BATCH_SIZE);
uint32_t uaddrs[BATCH_SIZE], *upp;