Home
last modified time | relevance | path

Searched defs:Memory (Results 1 – 25 of 137) sorted by relevance

123456

/external/ComputeLibrary/src/runtime/
DMemory.cpp30 Memory::Memory() in Memory() function in arm_compute::Memory
35 Memory::Memory(const std::shared_ptr<IMemoryRegion> &memory) in Memory() function in arm_compute::Memory
42 Memory::Memory(IMemoryRegion *memory) in Memory() function in arm_compute::Memory
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.h30 struct Memory { struct
31 VkDeviceMemory deviceMemory = argument
34 bool operator==(const Memory& rhs) const { argument
/external/gsc-utils/docs/
Dcore_runtime.md282 Memory section in Chromium OS Embedded Controller runtime
285 ### Single address space
297 ### heap
309 ### stacks
/external/curl/docs/examples/
Dhttp2-pushinmemory.c35 struct Memory { struct
44 struct Memory *mem = (struct Memory *)userp; in write_cb() argument
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
DMemory.java26 public final class Memory { class
28 private Memory() { in Memory() method in Memory
/external/angle/src/libANGLE/
DCLMemory.cpp157 Memory::Memory(const Buffer &buffer, in Memory() function in cl::Memory
176 Memory::Memory(const Buffer &buffer, Buffer &parent, MemFlags flags, size_t offset, size_t size) in Memory() function in cl::Memory
190 Memory::Memory(Context &context, in Memory() function in cl::Memory
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h609 struct Memory { struct
610 Memory(void* b, MemoryType t) : base(b), type(t) {} in Memory() argument
613 MemoryType type; argument
619 PersistentMemoryAllocator(Memory memory, size_t size, size_t page_size, argument
/external/cronet/tot/base/metrics/
Dpersistent_memory_allocator.h672 struct Memory { struct
673 Memory(void* b, MemoryType t) : base(b), type(t) {} in Memory() function
676 MemoryType type; argument
682 PersistentMemoryAllocator(Memory memory, argument
/external/cronet/stable/base/metrics/
Dpersistent_memory_allocator.h672 struct Memory { struct
673 Memory(void* b, MemoryType t) : base(b), type(t) {} in Memory() function
676 MemoryType type; argument
682 PersistentMemoryAllocator(Memory memory, argument
/external/google-breakpad/src/processor/
Dsynth_minidump.h131 class Memory; variable
213 Memory(const Dump& dump, uint64_t address) in Memory() function
/external/perfetto/test/trace_processor/diff_tests/stdlib/linux/
Dmemory.py23 class Memory(TestSuite): class
/external/rust/crates/v4l2r/lib/src/
Dmemory.rs58 pub trait Memory: 'static { interface
115 type Memory: Memory; typedef
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md55 ### Memory subsection
/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DTfLiteYoloV3Big-Armnn.cpp172 struct Memory in LoadImage() struct
174 ~Memory() {stbi_image_free(m_Data);} in LoadImage()
175 bool IsLoaded() const { return m_Data != nullptr;} in LoadImage()
177 unsigned char* m_Data; in LoadImage()
/external/llvm/include/llvm/IR/
DPredIteratorCache.h34 BumpPtrAllocator Memory; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DPredIteratorCache.h33 BumpPtrAllocator Memory; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPredIteratorCache.h33 BumpPtrAllocator Memory; variable
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory_test.cc40 TEST(Memory, AlignmentLargerThanBase) { in TEST() argument
48 TEST(Memory, AlignmentSmallerThanBase) { in TEST() argument
79 TEST(Memory, AllocateDeallocateMatchType) { in TEST() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc40 TEST(Memory, AlignmentLargerThanBase) { in TEST() argument
48 TEST(Memory, AlignmentSmallerThanBase) { in TEST() argument
79 TEST(Memory, AllocateDeallocateMatchType) { in TEST() argument
/external/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp28 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput() local
/external/executorch/docs/source/
Druntime-overview.md52 #### Memory subsubsection
/external/llvm/include/llvm/Support/
DMemory.h39 friend class Memory; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h39 friend class Memory; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h46 friend class Memory; variable
/external/perfetto/src/profiling/perf/
Dframe_pointer_unwinder_unittest.cc68 bool SetPcFromReturnAddress(unwindstack::Memory*) override { return false; } in SetPcFromReturnAddress()
74 unwindstack::Memory*) override { in StepIfSignalHandler()

123456