DELTA
#define DELTA 5 /* array size delta when full */
#define DELTA 25 /* Number of pidlist elements to allocate at a time */
#define DELTA(v) (new->ns_##v - (old ? old->ns_##v : 0))
#define DELTA(field) \
#undef DELTA
#define DELTA(field) \
#undef DELTA
#define DELTA(member) \
#define DELTA(v) (new->v - (old ? old->v : 0))
#define DELTA 1024 /* delta core bytes */