mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ac4eb99629
* 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.