Home
last modified time | relevance | path

Searched refs:rtl_allocateMemory (Results 126 – 145 of 145) sorted by relevance

123456

/aoo42x/main/svtools/source/filter/jpeg/
H A Djpeg.cxx420 pBmpBuf = pBuffer = rtl_allocateMemory( nAlignedWidth * aSize.Height() ); in CreateBitmap()
/aoo42x/main/store/source/
H A Dstorbios.cxx197 return rtl_allocateMemory (sal::static_int_cast<sal_Size>(n)); in operator new()
/aoo42x/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx698 aImage.data = (char*)rtl_allocateMemory( nHeight*aImage.bytes_per_line ); in setBitmapData()
/aoo42x/main/cppu/source/uno/
H A Dsequence.cxx56 pNew = (uno_Sequence *) rtl_allocateMemory( nSize ); in reallocSeq()
/aoo42x/main/sal/rtl/source/
H A Dmath.cxx432 rtl_allocateMemory(nBuf * sizeof (typename T::Char))); in doubleToString()
H A Dbootstrap.cxx321 { return rtl_allocateMemory (sal_uInt32(n)); } in operator new()
H A Dstrtmpl.c943 ? (IMPL_RTL_STRINGDATA *) rtl_allocateMemory( in IMPL_RTL_STRINGNAME()
/aoo42x/main/cui/source/options/
H A Doptjava.cxx613 rtl_uString** pParamArr = (rtl_uString**)rtl_allocateMemory( sizeof(rtl_uString*) * nSize ); in FillItemSet()
/aoo42x/main/rsc/source/parser/
H A Dyyrscyacc.y188 pMem = rtl_allocateMemory( 20000 );
/aoo42x/main/vcl/aqua/source/app/
H A Dsalinst.cxx1208 UniChar* pStr = reinterpret_cast<UniChar*>( rtl_allocateMemory( sizeof(UniChar)*nLength ) ); in GetOUString()
/aoo42x/main/sal/osl/w32/
H A Dfile.cxx244 return rtl_allocateMemory(n); in operator new()
/aoo42x/main/svl/inc/svl/
H A Dsvarray.hxx224 pData = (AE*)(rtl_allocateMemory(sizeof(AE) * nInit));\
/aoo42x/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx138 m_pMemory = (char*)rtl_allocateMemory( aStat.st_size ); in FileInputStream()
/aoo42x/main/sal/osl/unx/
H A Dfile.cxx260 return rtl_allocateMemory(n); in operator new()
H A Dprofile.c1413 pNewLine = (sal_Char*) rtl_allocateMemory( nLineBytes + Max + 1 ); in OslProfile_getLine()
/aoo42x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx678 *ppStream = static_cast<char*>(rtl_allocateMemory( nOuterStreamLen )); in getDeflatedStream()
/aoo42x/main/vcl/source/gdi/
H A Dimpgraph.cxx1246 sal_uInt8* pBuffer = (sal_uInt8*) rtl_allocateMemory( nPartLen ); in ImplReadEmbedded()
H A Dbitmap3.cxx3144 sal_uLong* pColBuf = (sal_uLong*) rtl_allocateMemory( nSize ); in ImplReduceMedian()
/aoo42x/main/basebmp/source/
H A Dbitmapdevice.cxx1840 reinterpret_cast<sal_uInt8*>(rtl_allocateMemory( nMemSize )), in createBitmapDeviceImpl()
/aoo42x/main/writerfilter/source/rtftok/
H A DRTFScanner.skl1506 return (void *) rtl_allocateMemory( size );

Completed in 232 milliseconds

123456