__ALLOCATOR
#define ALLOCATOR(x, n) __ALLOCATOR(struct x, n, x)
__ALLOCATOR(struct ptr_list, "ptr list", ptrlist);
__ALLOCATOR(struct ptr_list, "rl ptr list", rl_ptrlist);
__ALLOCATOR(struct expression, "temporary expr", tmp_expression);
__ALLOCATOR(sval_t, "svals", sval);
__ALLOCATOR(struct token, "token store", perm_token);