cache_node
typedef struct cache_node *cache_ptr;
victim = ALLOC(struct cache_node, 1);
FREE(victim, struct cache_node, 1);