Home
last modified time | relevance | path

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

1234

/external/curl/docs/examples/
Dhttp2-pushinmemory.c37 struct Memory { struct
46 struct Memory *mem = (struct Memory *)userp; in write_cb() argument
/external/angle/src/libANGLE/
DCLMemory.cpp152 Memory::Memory(const Buffer &buffer, in Memory() function in cl::Memory
168 Memory::Memory(const Buffer &buffer, in Memory() function in cl::Memory
185 Memory::Memory(const Image &image, 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/usrsctp/
DManual.tex518 \subsubsection{usrsctp\_sysctl\_set\_sctp\_sendspace()}
522 \subsubsection{usrsctp\_sysctl\_set\_sctp\_recvspace()}
526 \subsubsection{usrsctp\_sysctl\_set\_sctp\_hashtblsize()}
531 \subsubsection{usrsctp\_sysctl\_set\_sctp\_pcbtblsize()}
535 \subsubsection{usrsctp\_sysctl\_set\_sctp\_system\_free\_resc\_limit()}
539 \subsubsection{usrsctp\_sysctl\_set\_sctp\_asoc\_free\_resc\_limit()}
543 \subsubsection{usrsctp\_sysctl\_set\_sctp\_mbuf\_threshold\_count()}
547 \subsubsection{usrsctp\_sysctl\_set\_sctp\_add\_more\_threshold()}
DManual.md397 #### usrsctp_sysctl_set_sctp_sendspace()
400 #### usrsctp_sysctl_set_sctp_recvspace()
403 #### usrsctp_sysctl_set_sctp_hashtblsize()
406 #### usrsctp_sysctl_set_sctp_pcbtblsize()
409 #### usrsctp_sysctl_set_sctp_system_free_resc_limit()
412 #### usrsctp_sysctl_set_sctp_asoc_free_resc_limit()
415 #### usrsctp_sysctl_set_sctp_mbuf_threshold_count()
418 #### usrsctp_sysctl_set_sctp_add_more_threshold()
/external/google-breakpad/src/processor/
Dsynth_minidump.h132 class Memory; variable
214 Memory(const Dump &dump, uint64_t address) in Memory() function
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md55 ### Memory subsection
/external/llvm/include/llvm/IR/
DPredIteratorCache.h34 BumpPtrAllocator Memory; variable
/external/llvm-project/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/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp26 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput() local
/external/rust/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/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/libtextclassifier/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/angle/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/llvm-project/clang/lib/AST/Interp/
DInterpState.cpp63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate() local
/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/llvm-project/parallel-libs/acxxel/
Dacxxel.h519 Expected<AsyncHostMemory<const T>> registerHostMem(Span<const T> Memory) { in registerHostMem()
529 Expected<AsyncHostMemory<T>> registerHostMem(Span<T> Memory) { in registerHostMem()
572 T *Memory = static_cast<T *>(MaybeMemory.getValue()); in newAsyncHostMem() local
1108 DeviceMemorySpan(DeviceMemory<OtherElementType> &Memory) in DeviceMemorySpan()
1292 OwnedAsyncHostMemory(void *Memory, ptrdiff_t ElementCount, in OwnedAsyncHostMemory()
1327 AsyncHostMemorySpan(AsyncHostMemory<OtherElementType> &Memory) in AsyncHostMemorySpan()
/external/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp27 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h46 friend class Memory; variable
/external/llvm-project/llvm/include/llvm/Support/
DMemory.h46 friend class Memory; variable
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc32 TEST(Memory, AlignmentLargerThanBase) { in TEST() argument
40 TEST(Memory, AlignmentSmallerThanBase) { in TEST() argument
/external/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc32 TEST(Memory, AlignmentLargerThanBase) { in TEST() argument
40 TEST(Memory, AlignmentSmallerThanBase) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp101 struct Memory { struct in __anon0e52c1590111::MSP430Operand
102 unsigned Reg;
103 const MCExpr *Offset;

1234