Home
last modified time | relevance | path

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

123456

/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DSequence.h70 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A DReference.h239 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A DAny.h56 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A DType.h72 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/sal/cpprt/
H A Doperators_new_delete.cxx142 void * p = rtl_allocateMemory (sal_Size(n)); in allocate()
/aoo41x/main/sal/inc/rtl/
H A Dbyteseq.h172 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/cppu/inc/typelib/
H A Dtypedescription.hxx58 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/rsc/source/parser/
H A Drsckey.cxx131 rtl_allocateMemory( ((nEntries +1)
/aoo41x/main/connectivity/source/inc/file/
H A Dfcomp.hxx59 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A Dfcode.hxx61 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/connectivity/source/inc/
H A DOColumn.hxx107 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/cppu/inc/uno/
H A Denvironment.hxx67 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A Dmapping.hxx60 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/javaunohelper/source/
H A Dbootstrap.cxx63 (rtl_uString *)rtl_allocateMemory( sizeof (rtl_uString) + (len * sizeof (sal_Unicode)) ); in jstring_to_oustring()
/aoo41x/main/sal/rtl/source/
H A Dlogfile.cxx159 g_buffer = ( sal_Char * ) rtl_allocateMemory( g_BUFFERSIZE ); in init()
/aoo41x/main/sal/osl/os2/
H A Dfile_url.cxx475 pBuffer = reinterpret_cast<sal_Char*>(rtl_allocateMemory(nSrcLen + 1)); in _osl_decodeURL()
538 …pszEncodedURL = (sal_Char*) rtl_allocateMemory( (rtl_string_getLength( strUTF8 ) * 3 + 1) * sizeo… in _osl_encodeURL()
/aoo41x/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx46 m_pBlop = (sal_uInt8*)rtl_allocateMemory(bufferLen); in TypeReader_Impl()
/aoo41x/main/svtools/source/filter/jpeg/
H A Djpegc.c158 pScanLineBuffer = rtl_allocateMemory( nScanLineBufferComponents ); in ReadJPEG()
/aoo41x/main/registry/workben/
H A Dregtest.cxx113 readValue = (sal_Char*)rtl_allocateMemory(valueSize); in main()
/aoo41x/main/connectivity/inc/connectivity/
H A DCommonTools.hxx101 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A Dsqliterator.hxx142 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/rsc/source/res/
H A Drscclass.cxx262 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
368 rtl_allocateMemory( ((nEntries +1) in SetVariable()
/aoo41x/main/vcl/unx/generic/printer/
H A Djobdata.cxx172 pData = rtl_allocateMemory( bytes = aStream.Tell() ); in getStreamBuffer()
/aoo41x/main/sal/textenc/
H A Dconverteuctw.c51 void * pContext = rtl_allocateMemory(sizeof (ImplEucTwToUnicodeContext)); in ImplCreateEucTwToUnicodeContext()
H A Dconvertgb18030.c50 = rtl_allocateMemory(sizeof (ImplGb18030ToUnicodeContext)); in ImplCreateGb18030ToUnicodeContext()

Completed in 85 milliseconds

123456