Class: HeapInfo::TcacheEntry
- Defined in:
- lib/heapinfo/tcache.rb
Overview
Instance Attribute Summary
Attributes inherited from Fastbin
Attributes inherited from Chunk
#base, #data, #prev_size, #size_t
Instance Method Summary collapse
-
#inspect ⇒ String
For pretty inspect.
Methods inherited from Fastbin
#idx_to_size, #initialize, #list, #title
Methods inherited from Chunk
#bintype, #flags, #initialize, #mmapped?, #non_main_arena?, #prev_inuse?, #size, #to_s
Constructor Details
This class inherits a constructor from HeapInfo::Fastbin
Instance Method Details
#inspect ⇒ String
For pretty inspect.
43 44 45 46 |
# File 'lib/heapinfo/tcache.rb', line 43 def inspect return '' if fd_of(@base).zero? # empty super end |