INIT_COUNT
: item_max(INIT_COUNT),
items((value **)malloc(sizeof(value *) * INIT_COUNT))
: item_max(INIT_COUNT),
items((ent **)malloc(sizeof(ent *) * INIT_COUNT))
item_max(INIT_COUNT),
items((value*)rtm_alloc(NULL, sizeof(value) * INIT_COUNT))