Documentation ¶
Index ¶
- Constants
- func NewMemCommandModelSpec() spec.ExpModelCommandSpec
- type Block
- type MemCommandModelSpec
- type MemLoadActionCommand
- func (*MemLoadActionCommand) Aliases() []string
- func (*MemLoadActionCommand) Flags() []spec.ExpFlagSpec
- func (l *MemLoadActionCommand) LongDesc() string
- func (*MemLoadActionCommand) Matchers() []spec.ExpFlagSpec
- func (*MemLoadActionCommand) Name() string
- func (*MemLoadActionCommand) ShortDesc() string
Constants ¶
View Source
const BurnMemBin = "chaos_burnmem"
View Source
const PageCounterMax uint64 = 9223372036854770000
Variables ¶
This section is empty.
Functions ¶
func NewMemCommandModelSpec ¶
func NewMemCommandModelSpec() spec.ExpModelCommandSpec
Types ¶
type MemCommandModelSpec ¶
type MemCommandModelSpec struct {
spec.BaseExpModelCommandSpec
}
func (*MemCommandModelSpec) Example ¶
func (*MemCommandModelSpec) Example() string
func (*MemCommandModelSpec) LongDesc ¶
func (*MemCommandModelSpec) LongDesc() string
func (*MemCommandModelSpec) Name ¶
func (*MemCommandModelSpec) Name() string
func (*MemCommandModelSpec) ShortDesc ¶
func (*MemCommandModelSpec) ShortDesc() string
type MemLoadActionCommand ¶
type MemLoadActionCommand struct {
spec.BaseExpActionCommandSpec
}
func (*MemLoadActionCommand) Aliases ¶
func (*MemLoadActionCommand) Aliases() []string
func (*MemLoadActionCommand) Flags ¶
func (*MemLoadActionCommand) Flags() []spec.ExpFlagSpec
func (*MemLoadActionCommand) LongDesc ¶
func (l *MemLoadActionCommand) LongDesc() string
func (*MemLoadActionCommand) Matchers ¶
func (*MemLoadActionCommand) Matchers() []spec.ExpFlagSpec
func (*MemLoadActionCommand) Name ¶
func (*MemLoadActionCommand) Name() string
func (*MemLoadActionCommand) ShortDesc ¶
func (*MemLoadActionCommand) ShortDesc() string
Click to show internal directories.
Click to hide internal directories.