Searched refs:CommandObjectMemory (Results 1 – 4 of 4) sorted by relevance
16 class CommandObjectMemory : public CommandObjectMultiword {18 CommandObjectMemory(CommandInterpreter &interpreter);20 ~CommandObjectMemory() override;
18 CommandObjectMemory.cpp
1746 CommandObjectMemory::CommandObjectMemory(CommandInterpreter &interpreter) in CommandObjectMemory() function in CommandObjectMemory1763 CommandObjectMemory::~CommandObjectMemory() = default;
502 REGISTER_COMMAND_OBJECT("memory", CommandObjectMemory); in LoadCommandDictionary()