summaryrefslogtreecommitdiff
path: root/src/ipalloc.c
blob: 3cb363e60ec749ca91dd064be5de7d8f5ee2841b (plain)
1
2
3
4
5
6
7
8
#include "ipalloc.h"

#include "alloc.h"
#include "genalloc.h"
#include "ip.h"

GEN_ALLOC_readyplus(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus);
GEN_ALLOC_append(ipalloc, struct ip_mx, ix, len, a, i, n, x, 22, ipalloc_readyplus, ipalloc_append);