Home | History | Annotate | Download | only in tests

Lines Matching defs:memory

20 #include <memory>
29 #include <unwindstack/Memory.h>
59 MemoryFake* memory = new MemoryFake;
60 ElfFake* elf = new ElfFake(memory);
62 ElfInterfaceFake* interface = new ElfInterfaceFake(memory);
69 memory = new MemoryFake;
70 elf = new ElfFake(memory);
72 interface = new ElfInterfaceFake(memory);
79 memory = new MemoryFake;
80 elf = new ElfFake(memory);
82 interface = new ElfInterfaceFake(memory);
172 std::shared_ptr<Memory> process_memory_;
299 // Clear the memory and verify all of the data is cached.
337 // Clear the memory and verify all of the data is cached.
354 // Clear the memory and verify all of the data is cached.
375 // Clear the memory and verify all of the data is cached.