module

Dumpster::Entry

Parser for building properly typed structs from ObjectSpace JSON dumps.

See https://github.com/ruby/ruby/blob/01995df6453de45ba0d99835e26799260517657c/include/ruby/ruby.h#L486-L519

Constants

VT_START_POS = 32

Instance methods

parse(line : ::String) : EntryStruct | Nil

Parse an single line of a mem dump into its associated entry struct.

Source
type_of(line : ::String)

Infer the type of a line based on it's raw String form.

Source

Nested types