STABLE_FLAGS_MALLOC
if (tmp != NULL && (tmp->flags & STABLE_FLAGS_MALLOC) != 0)
rv->flags = tmp->flags | STABLE_FLAGS_MALLOC;
rv->flags = STABLE_FLAGS_MALLOC;
tmp->flags = flags | STABLE_FLAGS_MALLOC;
if (tbl->flags & STABLE_FLAGS_MALLOC)