Home
last modified time | relevance | path

Searched refs:memory_t (Results 1 – 25 of 124) sorted by relevance

12345

/dports/math/libxsmm/libxsmm-1.16.3/samples/cp2k/
H A Dmdarray.hpp91 inline constexpr memory_t operator&(memory_t a__, memory_t b__) in operator &()
97 inline constexpr memory_t operator|(memory_t a__, memory_t b__) in operator |()
423 if ((memory__ & memory_t::host) == memory_t::host) { in allocate()
744 template <memory_t from__, memory_t to__>
752 if ((from__ & memory_t::host) == memory_t::host && in copy()
763 (to__ & memory_t::host) == memory_t::host) { in copy()
776 template <memory_t from__, memory_t to__>
782 template <memory_t from__, memory_t to__>
788 template <memory_t from__, memory_t to__>
794 template <memory_t from__, memory_t to__>
[all …]
/dports/sysutils/htop/htop-3.1.2/
H A DProcessList.h40 typedef unsigned long long int memory_t; typedef
77 memory_t totalMem;
78 memory_t usedMem;
79 memory_t buffersMem;
80 memory_t cachedMem;
81 memory_t sharedMem;
82 memory_t availableMem;
84 memory_t totalSwap;
85 memory_t usedSwap;
86 memory_t cachedSwap;
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dmemory.h50 }memory_t; typedef
55 void *memory_alloc(memory_t *ma, int size);
56 void memory_free(memory_t *ma, void *vp);
57 void memory_freeall(memory_t *ma);
58 void memory_init(memory_t *ma);
H A Dmemory.c53 void memory_init(memory_t *ma) in memory_init()
55 memory_t def=MEMORY_INIT; in memory_init()
67 void *memory_alloc(memory_t *ma, int size) in memory_alloc()
129 void memory_free(memory_t *ma, void *vp) in memory_free()
173 void memory_freeall(memory_t *ma) in memory_freeall()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/capi/
H A Dmemory.cpp32 status_t dnnl_ocl_interop_memory_create(memory_t **memory, in dnnl_ocl_interop_memory_create()
62 *memory, new memory_t(engine, md, std::move(mem_storage))); in dnnl_ocl_interop_memory_create()
66 const memory_t *memory, cl_mem *mem_object) { in dnnl_ocl_interop_memory_get_mem_object()
84 memory_t *memory, cl_mem mem_object) { in dnnl_ocl_interop_memory_set_mem_object()
92 const memory_t *memory, memory_kind_t *memory_kind) { in dnnl_ocl_interop_memory_get_memory_kind()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dcross_engine_reorder.cpp83 std::unique_ptr<memory_t> wspace; in execute()
93 new memory_t(ctx.stream()->engine(), wspace_md, in execute()
97 auto exec_reorder = [&](const memory_t *src_mem, const memory_t *dst_mem) { in execute()
100 = memory_arg_t {const_cast<memory_t *>(src_mem), true}; in execute()
102 = memory_arg_t {const_cast<memory_t *>(dst_mem), false}; in execute()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dcross_engine_reorder.cpp83 std::unique_ptr<memory_t> wspace; in execute()
93 new memory_t(ctx.stream()->engine(), wspace_md, in execute()
97 auto exec_reorder = [&](const memory_t *src_mem, const memory_t *dst_mem) { in execute()
100 = memory_arg_t {const_cast<memory_t *>(src_mem), true}; in execute()
102 = memory_arg_t {const_cast<memory_t *>(dst_mem), false}; in execute()
/dports/sysutils/htop/htop-3.1.2/linux/
H A DZramStats.h5 memory_t totalZram;
6 memory_t usedZramComp;
7 memory_t usedZramOrig;
H A DLinuxProcessList.h81 memory_t totalHugePageMem;
82 memory_t usedHugePageMem[HTOP_HUGEPAGE_COUNT];
84 memory_t availableMem;
H A DLinuxProcessList.c1641 memory_t freeMem = 0; in LinuxProcessList_scanMemoryInfo()
1642 memory_t totalMem = 0; in LinuxProcessList_scanMemoryInfo()
1643 memory_t buffersMem = 0; in LinuxProcessList_scanMemoryInfo()
1644 memory_t cachedMem = 0; in LinuxProcessList_scanMemoryInfo()
1645 memory_t sharedMem = 0; in LinuxProcessList_scanMemoryInfo()
1648 memory_t swapFreeMem = 0; in LinuxProcessList_scanMemoryInfo()
1778 memory_t totalZram = 0; in LinuxProcessList_scanZramInfo()
1801 memory_t size = 0; in LinuxProcessList_scanZramInfo()
1826 memory_t dbufSize = 0; in LinuxProcessList_scanZfsArcstats()
1827 memory_t dnodeSize = 0; in LinuxProcessList_scanZfsArcstats()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/corkscrew/
H A Dptrace.h46 } memory_t; typedef
89 void init_memory(memory_t* memory, const map_info_t* map_info_list);
95 void init_memory_ptrace(memory_t* memory, pid_t tid);
102 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value);
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/corkscrew/
H A Dptrace.h43 } memory_t; typedef
84 void init_memory(memory_t* memory, const map_info_t* map_info_list);
90 void init_memory_ptrace(memory_t* memory, pid_t tid);
97 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/
H A Dffs_malloc.c27 if ((result = memory_alloc((memory_t *) & tmp, size,
41 if ((result = memory_realloc((memory_t *) & ptr, size)) != T_SUCCEED) {
51 memory_free((memory_t) ptr);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/sycl/capi/
H A Dcapi_memory.cpp33 status_t dnnl_sycl_interop_memory_create(memory_t **memory, in dnnl_sycl_interop_memory_create()
64 *memory, new memory_t(engine, md, std::move(mem_storage))); in dnnl_sycl_interop_memory_create()
68 memory_t *memory, void *buffer, stream_t *stream) { in dnnl_sycl_interop_memory_set_buffer()
90 const memory_t *memory, memory_kind_t *memory_kind) { in dnnl_sycl_interop_memory_get_memory_kind()
/dports/math/onednn/oneDNN-2.5.1/src/sycl/capi/
H A Dcapi_memory.cpp33 status_t dnnl_sycl_interop_memory_create(memory_t **memory, in dnnl_sycl_interop_memory_create()
64 *memory, new memory_t(engine, md, std::move(mem_storage))); in dnnl_sycl_interop_memory_create()
68 memory_t *memory, void *buffer, stream_t *stream) { in dnnl_sycl_interop_memory_set_buffer()
90 const memory_t *memory, memory_kind_t *memory_kind) { in dnnl_sycl_interop_memory_get_memory_kind()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Dprimitive_exec_types.hpp52 memory_t *mem;
78 memory_t *input(int arg) const;
79 memory_t *output(int arg) const;
80 memory_t *memory(int arg) const;
H A Dprimitive_exec_types.cpp69 memory_t *exec_ctx_t::input(int arg) const { in input()
76 memory_t *exec_ctx_t::output(int arg) const { in output()
84 memory_t *mem = this->output(arg); in zero_pad_output()
90 memory_t *exec_ctx_t::memory(int arg) const { in memory()
H A Dmemory.cpp501 status_t dnnl_memory_create(memory_t **memory, const memory_desc_t *md, in dnnl_memory_create()
523 auto _memory = new memory_t(engine, md, flags, handle_ptr); in dnnl_memory_create()
534 const memory_t *memory, const memory_desc_t **md) { in dnnl_memory_get_memory_desc()
540 status_t dnnl_memory_get_engine(const memory_t *memory, engine_t **engine) { in dnnl_memory_get_engine()
546 status_t dnnl_memory_get_data_handle(const memory_t *memory, void **handle) { in dnnl_memory_get_data_handle()
555 status_t dnnl_memory_set_data_handle(memory_t *memory, void *handle) { in dnnl_memory_set_data_handle()
560 memory_t *memory, void *handle, stream_t *stream) { in dnnl_memory_set_data_handle_v2()
568 status_t dnnl_memory_map_data(const memory_t *memory, void **mapped_ptr) { in dnnl_memory_map_data()
586 status_t dnnl_memory_unmap_data(const memory_t *memory, void *mapped_ptr) { in dnnl_memory_unmap_data()
593 status_t dnnl_memory_destroy(memory_t *memory) { in dnnl_memory_destroy()
H A Dmemory_zero_pad.cpp190 status_t typed_zero_pad(const memory_t *memory, const exec_ctx_t &ctx) { in typed_zero_pad()
275 static status_t zero_pad(const memory_t *memory, const exec_ctx_t &ctx) { in zero_pad()
289 status_t stream_t::zero_pad(const memory_t *memory, const exec_ctx_t &ctx) { in zero_pad()
293 status_t memory_t::zero_pad(const exec_ctx_t &ctx) const { in zero_pad()
316 const memory_t *memory, stream_t *stream) { in dnnl_impl_zero_pad()
319 memory_arg_t mem_arg = {const_cast<memory_t *>(memory), true}; in dnnl_impl_zero_pad()
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dprimitive_exec_types.hpp52 memory_t *mem;
78 memory_t *input(int arg) const;
79 memory_t *output(int arg) const;
80 memory_t *memory(int arg) const;
H A Dprimitive_exec_types.cpp69 memory_t *exec_ctx_t::input(int arg) const { in input()
76 memory_t *exec_ctx_t::output(int arg) const { in output()
84 memory_t *mem = this->output(arg); in zero_pad_output()
90 memory_t *exec_ctx_t::memory(int arg) const { in memory()
H A Dmemory.cpp501 status_t dnnl_memory_create(memory_t **memory, const memory_desc_t *md, in dnnl_memory_create()
523 auto _memory = new memory_t(engine, md, flags, handle_ptr); in dnnl_memory_create()
534 const memory_t *memory, const memory_desc_t **md) { in dnnl_memory_get_memory_desc()
540 status_t dnnl_memory_get_engine(const memory_t *memory, engine_t **engine) { in dnnl_memory_get_engine()
546 status_t dnnl_memory_get_data_handle(const memory_t *memory, void **handle) { in dnnl_memory_get_data_handle()
555 status_t dnnl_memory_set_data_handle(memory_t *memory, void *handle) { in dnnl_memory_set_data_handle()
560 memory_t *memory, void *handle, stream_t *stream) { in dnnl_memory_set_data_handle_v2()
568 status_t dnnl_memory_map_data(const memory_t *memory, void **mapped_ptr) { in dnnl_memory_map_data()
586 status_t dnnl_memory_unmap_data(const memory_t *memory, void *mapped_ptr) { in dnnl_memory_unmap_data()
593 status_t dnnl_memory_destroy(memory_t *memory) { in dnnl_memory_destroy()
H A Dmemory_zero_pad.cpp193 status_t typed_zero_pad(const memory_t *memory, const exec_ctx_t &ctx) { in typed_zero_pad()
278 static status_t zero_pad(const memory_t *memory, const exec_ctx_t &ctx) { in zero_pad()
292 status_t stream_t::zero_pad(const memory_t *memory, const exec_ctx_t &ctx) { in zero_pad()
296 status_t memory_t::zero_pad(const exec_ctx_t &ctx) const { in zero_pad()
319 const memory_t *memory, stream_t *stream) { in dnnl_impl_zero_pad()
322 memory_arg_t mem_arg = {const_cast<memory_t *>(memory), true}; in dnnl_impl_zero_pad()
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/util/
H A Dsmall_heap.h58 typedef std::map<void*, Node> memory_t; typedef
59 typedef memory_t::iterator iterator_t;
74 memory_t memory;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/capi/
H A Dmemory.cpp29 const memory_t *memory, cl_mem *mem_object) { in dnnl_ocl_interop_memory_get_mem_object()
47 memory_t *memory, cl_mem mem_object) { in dnnl_ocl_interop_memory_set_mem_object()

12345