Fix `memsize_of_all` to count memory of subclass instances; #5040
`ObjectSpace.memsize_of_all` takes a class and count memory size of all instances of the class and its subclasses (if any).
Showing
Please register or sign in to comment
`ObjectSpace.memsize_of_all` takes a class and count memory size of all instances of the class and its subclasses (if any).