1 2 3 4 5 6 7 8 9
/* per-object */ struct gen_ivtbl { uint32_t numiv; VALUE ivptr[FLEX_ARY_LEN]; }; struct st_table *rb_ivar_generic_ivtbl(void);