Files
mruby-mruby/include/mruby
KOBAYASHI Shuji ac4eb99629 Rename mrb_os_memsize_of_hash_table to mrb_hash_memsize
* The term `hash_table` can be misleading because the return value of this
  function includes memory usage of entire `Hash` object, including not only
  hash table part but also entry list part, etc.
* This function takes a `Hash` object as a receiver and is defined in
  `src/hash.c`, so it is natural to have a `mrb_hash_` prefix.
2020-11-13 16:18:32 +09:00
..
2020-10-12 18:19:54 +09:00
2020-10-12 16:21:03 +09:00
2019-12-13 04:41:43 +09:00
2020-07-31 18:14:02 +09:00
2020-11-04 14:01:04 +09:00
2020-11-04 14:01:04 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2020-10-12 18:19:54 +09:00
2020-11-01 13:42:35 +09:00