mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mrb_ prefix convention
This commit is contained in:
+1
-1
@@ -519,7 +519,7 @@ ht_foreach(mrb_state *mrb, htable *t, mrb_hash_foreach_func *func, void *p)
|
||||
}
|
||||
|
||||
mrb_int
|
||||
os_memsize_of_hash_table(mrb_value obj)
|
||||
mrb_os_memsize_of_hash_table(mrb_value obj)
|
||||
{
|
||||
struct htable *h = mrb_hash_ptr(obj)->ht;
|
||||
mrb_int segkv_size = 0;
|
||||
|
||||
Reference in New Issue
Block a user