diff options
-rw-r--r-- | gc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3408,6 +3408,7 @@ obj_memsize_of(VALUE obj, int use_all_types) break; case T_RATIONAL: case T_COMPLEX: + break; case T_IMEMO: if (imemo_type_p(obj, imemo_tmpbuf)) { size += RANY(obj)->as.imemo.alloc.cnt * sizeof(VALUE); |