ALLOC
auth = ALLOC(AUTH);
ad = ALLOC(struct ad_private);
uc = ALLOC(struct cl_cache, 1);
uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
uc->uc_fifo = ALLOC(cache_ptr, size);
victim = ALLOC(struct cache_node, 1);
victim->cache_addr.buf = ALLOC(char, xprt->xp_rtaddr.len);
ALLOC(Firstch, Num_pts);
ALLOC(Seekpts, Num_pts + 1);