rtm_realloc
status_t rtm_realloc(void** data, size_t new_size);
rtm_realloc((void**)&items, sizeof(value) * item_max);