Home
last modified time | relevance | path

Searched refs:allocType (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dheap_assigner.cpp19 bool HeapAssigner::useInternal32BitHeap(GraphicsAllocation::AllocationType allocType) { in useInternal32BitHeap() argument
20 return GraphicsAllocation::isIsaAllocationType(allocType) || in useInternal32BitHeap()
21 allocType == GraphicsAllocation::AllocationType::INTERNAL_HEAP; in useInternal32BitHeap()
23 bool HeapAssigner::use32BitHeap(GraphicsAllocation::AllocationType allocType) { in use32BitHeap() argument
24 return useExternal32BitHeap(allocType) || useInternal32BitHeap(allocType); in use32BitHeap()
26 HeapIndex HeapAssigner::get32BitHeapIndex(GraphicsAllocation::AllocationType allocType, bool useLoc… in get32BitHeapIndex() argument
27 if (useInternal32BitHeap(allocType)) { in get32BitHeapIndex()
32 bool HeapAssigner::useExternal32BitHeap(GraphicsAllocation::AllocationType allocType) { in useExternal32BitHeap() argument
34 return allocType == GraphicsAllocation::AllocationType::LINEAR_STREAM; in useExternal32BitHeap()
H A Dheap_assigner.h16 bool useExternal32BitHeap(GraphicsAllocation::AllocationType allocType);
17 bool useInternal32BitHeap(GraphicsAllocation::AllocationType allocType);
18 bool use32BitHeap(GraphicsAllocation::AllocationType allocType);
19 …HeapIndex get32BitHeapIndex(GraphicsAllocation::AllocationType allocType, bool useLocalMem, const …
/dports/science/siesta/siesta-4.1.5/Src/
H A Dmemory.F47 character(len=1):: allocType
111 allocType = 'R'
114 allocType = 'R'
117 allocType = 'D'
121 allocType = 'D'
123 allocType = 'R'
127 allocType = Type
131 call alloc_count( allocSize, allocType,
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DFastMallocWince.h128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
131 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
145 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
154 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/wince/
H A DFastMallocWinCE.h128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
131 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
145 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
154 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DFastMallocWince.h128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
131 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
145 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
154 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DFastMallocWince.h128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
131 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
145 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
154 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.h138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
141 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
155 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
164 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.h138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
141 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
155 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
164 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.h138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
141 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
155 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
164 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckmemoryleak.cpp357 if (allocType != No) in functionReturnType()
358 return allocType; in functionReturnType()
383 AllocType allocType = No; in functionReturnType() local
400 if (allocType == No && tok->str() == "return") in functionReturnType()
404 return allocType; in functionReturnType()
410 allocType = No; in functionArgAlloc()
440 allocType = No; in functionArgAlloc()
443 if (allocType != No) { in functionArgAlloc()
529 if (!((allocType == Malloc || allocType == OtherMem))) in checkReallocUsage()
1041 const AllocType allocType = getAllocationType(tok, 0); in checkForUnusedReturnValue() local
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckmemoryleak.cpp357 if (allocType != No) in functionReturnType()
358 return allocType; in functionReturnType()
383 AllocType allocType = No; in functionReturnType() local
400 if (allocType == No && tok->str() == "return") in functionReturnType()
404 return allocType; in functionReturnType()
410 allocType = No; in functionArgAlloc()
440 allocType = No; in functionArgAlloc()
443 if (allocType != No) { in functionArgAlloc()
529 if (!((allocType == Malloc || allocType == OtherMem))) in checkReallocUsage()
1041 const AllocType allocType = getAllocationType(tok, 0); in checkForUnusedReturnValue() local
[all …]
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/lib/
H A DIpNetworkCreate.cpp58 string allocType = get_command()->get_allocType(); in set_xml_template() local
62 if (allocType != "") { in set_xml_template()
65 su.esc_xml_markup(allocType) + "</ipnetwork:allocType>"; in set_xml_template()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.h164 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
166 fastMallocValidationHeader(p)->m_type = allocType; in setFastMallocMatchValidationType()
172 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
177 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dcontext.h102 inline void setAllocType(uint32_t allocType) in setAllocType()
103 { _allocType = allocType; } in setAllocType()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/built_ins/
H A Dbuilt_ins.cpp46 const auto allocType = GraphicsAllocation::AllocationType::KERNEL_ISA_INTERNAL; in getSipKernel() local
48 …AllocationProperties properties = {device.getRootDeviceIndex(), sipBinary.size(), allocType, devic… in getSipKernel()
H A Dsip.cpp127 const auto allocType = GraphicsAllocation::AllocationType::KERNEL_ISA_INTERNAL; in initRawBinaryFromFileKernel() local
128 …AllocationProperties properties = {rootDeviceIndex, bytesRead, allocType, device.getDeviceBitfield… in initRawBinaryFromFileKernel()
191 const auto allocType = GraphicsAllocation::AllocationType::KERNEL_ISA_INTERNAL; in initHexadecimalArraySipKernel() local
192 …AllocationProperties properties = {rootDeviceIndex, kernelBinarySize, allocType, device.getDeviceB… in initHexadecimalArraySipKernel()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
H A Darray.c9 void Array_InitEx(Array *array, ArrayAllocatorType allocType) { in Array_InitEx() argument
13 if (allocType == ArrayAlloc_LibC) { in Array_InitEx()
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Darray.c9 void Array_InitEx(Array *array, ArrayAllocatorType allocType) { in Array_InitEx() argument
13 if (allocType == ArrayAlloc_LibC) { in Array_InitEx()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/util/
H A Darray.c9 void Array_InitEx(Array *array, ArrayAllocatorType allocType) { in Array_InitEx() argument
13 if (allocType == ArrayAlloc_LibC) { in Array_InitEx()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DIpNetworkCreateCmd.H120 void set_allocType(const string &allocType) in set_allocType() argument
122 _allocType = allocType; in set_allocType()
H A DIpNetworkUpdateCmd.H100 void set_allocType(const string &allocType) in set_allocType() argument
102 _allocType = allocType; in set_allocType()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Druntime.h195 ASMJIT_INLINE void setAllocType(uint32_t allocType) noexcept { _allocType = allocType; } in setAllocType() argument
/dports/devel/tinygo/tinygo-0.14.1/interp/
H A Dframe.go84 allocType := inst.Type().ElementType()
85 alloca := llvm.AddGlobal(fr.Mod, allocType, fr.packagePath+"$alloca")
86 alloca.SetInitializer(llvm.ConstNull(allocType))
250 allocType := resultInst.Type().ElementType()
251 typeSize := fr.TargetData.TypeAllocSize(allocType)
259 allocType = llvm.ArrayType(allocType, elementCount)
261 alloc := llvm.AddGlobal(fr.Mod, allocType, fr.packagePath+"$alloc")
262 alloc.SetInitializer(llvm.ConstNull(allocType))
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dkernel_info.cpp129 …const auto allocType = internalIsa ? GraphicsAllocation::AllocationType::KERNEL_ISA_INTERNAL : Gra… in createKernelAllocation() local
130 …aphicsMemoryWithProperties({device.getRootDeviceIndex(), kernelIsaSize, allocType, device.getDevic… in createKernelAllocation()

1234567