summaryrefslogtreecommitdiff
path: root/lib/bundler/source/rubygems.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-01 22:48:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-02 00:03:00 +0900
commite9e41ad6b0b94e69e375cb2cef84e7a241d7ef56 (patch)
tree580674abe59d71e1410571402f387c0480658ac3 /lib/bundler/source/rubygems.rb
parent77f5301cd16f873bca8c09cb37223b659100c499 (diff)
Fix ruby_mimcalloc size when CALC_EXACT_MALLOC_SIZE
Should be `sizeof(struct malloc_obj_info) + (num * element)`, not `num * (sizeof(struct malloc_obj_info) + element)`.
Diffstat (limited to 'lib/bundler/source/rubygems.rb')
0 files changed, 0 insertions, 0 deletions