ICACHE_SIZE
#define IC_MAX_HDRS (1 << LOG2(ICACHE_SIZE/6))
static head_t ic_head = cache_head(ic_head, cmp_icache, ic_t, ICACHE_SIZE);
#ifndef ICACHE_SIZE