Module Fog::Storage::Softlayer::Memory
In: lib/fog/softlayer/storage.rb

Thanks to @camertron! gist.github.com/camertron/2939093

Methods

analyze  

Classes and Modules

Class Fog::Storage::Softlayer::Memory::Analyzer

Constants

REF_SIZE = 4   sizes are a guess, close enough for Mocks
OBJ_OVERHEAD = 4
FIXNUM_SIZE = 4
MemoryInfo = Struct.new :roots, :objects, :bytes, :loops   informational output from analysis

Public Class methods

[Validate]