Home
last modified time | relevance | path

Searched refs:memInit (Results 1 – 25 of 136) sorted by relevance

123456

/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A DData.cpp65 { memInit(nElements); in ManagedMemory()
76 void ManagedMemory::memInit(size_t nElem) in memInit() function in ManagedMemory
121 if(gInfo) memInit(gInfo->S); in init()
149 if(gInfo) memInit(gInfo->S); in init()
H A DData.h47 void memInit(size_t nElem); //!< Do the job of the constructor
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DManagedMemory.h44 void memInit(string category, size_t nBytes, bool onGpu=false); //!< Allocate memory
63 void memInit(string category, size_t nElem, bool onGpu=false); //!< Allocate memory
139 { void init(size_t size, bool onGpu=false) { memInit("IndexArrays", size, onGpu); }
144 { void init(size_t size, bool onGpu=false) { memInit("IndexArrays", size, onGpu); }
170 template<typename T> void ManagedMemory<T>::memInit(string category, size_t nElem, bool onGpu) in memInit() function
172 ManagedMemoryBase::memInit(category, nElem*sizeof(T), onGpu); in memInit()
302 { ManagedMemory<T>::memInit("misc", size, onGpu); in init()
H A Dmatrix.cpp83 if(nr*nc>0) memInit("matrix", nr*nc, onGpu); in init()
118 { memInit("matrix", nr*nc); zero(); in matrix()
128 { memInit("matrix", nr*nc); zero(); in matrix()
137 memInit("matrix", nr*nc); in matrix()
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Ddmemory.c193 void memInit(void) in memInit() function
376 memInit(); in memCalloc()
405 memInit(); in memMalloc()
434 memInit(); in memRealloc()
465 memInit(); in memFree()
/dports/science/cgribex/cgribex-1.9.4/src/
H A Ddmemory.c195 void memInit(void) in memInit() function
401 memInit(); in memCalloc()
431 memInit(); in memMalloc()
461 memInit(); in memRealloc()
494 memInit(); in memFree()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/graphics/cogl/cogl-1.22.8/cogl-path/tesselator/
H A Dmemalloc.h42 #define memInit(x) 1 macro
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl-path/tesselator/
H A Dmemalloc.h42 #define memInit(x) 1 macro
/dports/astro/kstars/kstars-3.5.6/kstars/libtess/src/
H A Dmemalloc.h14 #define memInit __gl_memInit macro
/dports/astro/kstars/kstars-3.5.6/kstars/libtess/
H A Dmemalloc.h14 #define memInit __gl_memInit macro
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glu/libtess/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/games/heretic/glheretic-1.2/opengl/sgi-si/libtess/
H A Dmemalloc.h50 #define memInit __gl_memInit macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/glu/libtess/
H A Dmemalloc.h50 #define memInit __gl_memInit macro
/dports/graphics/libGLU/glu-9.0.2/src/libtess/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/glu-libtess/src/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/astro/stellarium/stellarium-0.21.3/src/external/glues_stel/source/libtess/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/graphics/wings/wings-8d019ebe48/c_src/tess/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libtess/
H A Dmemalloc.h43 #define memInit __gl_memInit macro
/dports/audio/aubio/aubio-0.4.9/src/spectral/
H A Dfft.c165 Ipp8u* memInit; member
269 s->memInit = ippsMalloc_8u(sizeInit); in new_aubio_fft()
273 &s->fftSpec, order, flags, qualityHint, s->memSpec, s->memInit); in new_aubio_fft()
319 ippFree(s->memInit); in del_aubio_fft()
/dports/audio/py-aubio/aubio-0.4.9/src/spectral/
H A Dfft.c165 Ipp8u* memInit; member
269 s->memInit = ippsMalloc_8u(sizeInit); in new_aubio_fft()
273 &s->fftSpec, order, flags, qualityHint, s->memSpec, s->memInit); in new_aubio_fft()
319 ippFree(s->memInit); in del_aubio_fft()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit() function
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/SparseLU/
H A DSparseLU_Memory.h151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseLU/
H A DSparseLU_Memory.h151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit() function
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h151 Index SparseLUImpl<Scalar,StorageIndex>::memInit(Index m, Index n, Index annz, Index lwork, Index f… in memInit() function

123456