Searched refs:st_memsize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/objspace/
H A Dobjspace.c64 size += st_memsize(RCLASS_M_TBL(obj));
67 size += st_memsize(RCLASS_IV_TBL(obj));
70 size += st_memsize(RCLASS_IV_INDEX_TBL(obj));
73 size += st_memsize(RCLASS(obj)->ptr->iv_tbl);
76 size += st_memsize(RCLASS(obj)->ptr->const_tbl);
88 size += st_memsize(RHASH(obj)->ntbl);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dst.h138 size_t st_memsize(const st_table *);
/macosx-10.10.1/ruby-106/ruby/
H A Dvariable.c1042 return st_memsize((st_table *)tbl);
1542 return st_memsize(tbl);
H A Dvm.c1634 size += st_memsize(vmobj->living_threads);
1908 size += st_memsize(th->local_storage);
H A Dcont.c355 size += st_memsize(fib->cont.saved_thread.local_storage);
H A Dst.c342 st_memsize(const st_table *table) function
H A Dgc.c3767 size += st_memsize(w->obj2wmap);
3768 size += st_memsize(w->wmap2obj);

Completed in 212 milliseconds