We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attr_index_t
1 parent 1e0b483 commit dc07b5aCopy full SHA for dc07b5a
1 file changed
shape.h
@@ -45,7 +45,7 @@ struct rb_shape {
45
struct rb_id_table *edges; // id_table from ID (ivar) to next shape
46
ID edge_name; // ID (ivar) for transition from parent to rb_shape
47
attr_index_t next_iv_index;
48
- uint32_t capacity; // Total capacity of the object with this shape
+ attr_index_t capacity; // Total capacity of the object with this shape
49
uint8_t type;
50
uint8_t heap_index;
51
shape_id_t parent_id;
0 commit comments