Update doc for ObjectSpace.memsize_of

This commit is contained in:
Stan Lo 2025-07-23 12:24:20 +01:00 committed by Peter Zhu
parent 7816a04d97
commit 78820e86c7

View file

@ -38,10 +38,11 @@
* information as only a *HINT*. Especially, the size of +T_DATA+ may not be * information as only a *HINT*. Especially, the size of +T_DATA+ may not be
* correct. * correct.
* *
* This method is only expected to work with C Ruby. * This method is only expected to work with CRuby.
* *
* From Ruby 2.2, memsize_of(obj) returns a memory size includes * From Ruby 3.2 with Variable Width Allocation, it returns the actual slot
* sizeof(RVALUE). * size used plus any additional memory allocated outside the slot (such
* as external strings, arrays, or hash tables).
*/ */
static VALUE static VALUE