Home
last modified time | relevance | path

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

123456

/aoo42x/main/jvmfwk/source/
H A Dframework.cxx219 *pparInfo = (JavaInfo**) rtl_allocateMemory( in jfw_findAllJREs()
1208 (JavaInfo*) rtl_allocateMemory(sizeof(JavaInfo)); in copyJavaInfo()
/aoo42x/main/stoc/test/
H A Dtestproxyfac.cxx357 env, &ppInterfaces, &len, rtl_allocateMemory ); in SAL_IMPLEMENT_MAIN()
/aoo42x/main/rsc/source/res/
H A Drscflag.cxx129 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in CreateBasic()
H A Drscarray.cxx183 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
H A Drscmgr.cxx83 aInst.pData = (CLASS_DATA) rtl_allocateMemory( Size() ); in Create()
/aoo42x/main/sal/osl/w32/
H A Dthread.c492 PTLS pTls = rtl_allocateMemory( sizeof(TLS) ); in osl_createThreadKey()
H A Dprocess.cxx73 pProcImpl = reinterpret_cast< oslProcessImpl*>( rtl_allocateMemory(sizeof(oslProcessImpl)) ); in osl_getProcess()
H A Dprocimpl.cxx598 rtl_allocateMemory(sizeof(oslProcessImpl))); in osl_executeProcess_WithRedirectedIO()
/aoo42x/main/store/source/
H A Dstorcach.cxx390 Entry ** new_table = (Entry**)(rtl_allocateMemory(new_bytes)); in rescale_Impl()
H A Dstorbase.hxx853 return rtl_allocateMemory (sal_uInt32(n)); in operator new()
/aoo42x/main/sal/textenc/
H A Dconvertbig5hkscs.c42 = rtl_allocateMemory(sizeof (ImplBig5HkscsToUnicodeContext)); in ImplCreateBig5HkscsToUnicodeContext()
/aoo42x/main/vcl/source/gdi/
H A Ddibtools.cxx450 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(rHeader.nSizeImage); in ImplReadDIBBits()
692 pData = (sal_uInt8*) rtl_allocateMemory( nUncodedSize ); in ImplReadDIBBody()
/aoo42x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx456 buffer = ::rtl_allocateMemory( ((2+ nSlots) * sizeof (void *)) + (nSlots *20) ); in get_vtable()
/aoo42x/main/sal/util/
H A Dsal.map191 rtl_allocateMemory;
/aoo42x/main/sal/osl/os2/
H A Dthread.c630 PTLS pTls = (PTLS)rtl_allocateMemory( sizeof(TLS) ); in osl_createThreadKey()
/aoo42x/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx187 void* pBuf = rtl_allocateMemory( nLen ); in copyOrigBytes()
/aoo42x/main/connectivity/inc/connectivity/
H A DFValue.hxx227 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo42x/main/tools/source/string/
H A Dstrimp.cxx187 STRINGDATA* pData = (STRINGDATA*)rtl_allocateMemory( sizeof(STRINGDATA)+(nLen*sizeof( STRCODE )) ); in ImplAllocData()
199 STRINGDATA* pNewData = (STRINGDATA*)rtl_allocateMemory( nSize ); in _ImplCopyData()
/aoo42x/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx393 char *pString = (char*)rtl_allocateMemory(nLength); in parseDuration()
/aoo42x/main/binaryurp/source/
H A Dunmarshal.cxx65 void * p = rtl_allocateMemory(size); in allocate()
/aoo42x/main/sal/workben/
H A Dtestfile.cxx192 pBuffer=(sal_Char*) rtl_allocateMemory( (sal_uInt32) (uBytesRequested+1)*sizeof(sal_Char) ); in Initialize()
856 pReadBuffer=(sal_Char*) rtl_allocateMemory( (sal_uInt32)(nLen+1)*sizeof(sal_Char) ); in FileWriteAndReadTest()
/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx664 struct pollfd* pLocalFD = (struct pollfd*)rtl_allocateMemory( nBytes ); in ICEConnectionWorker()
/aoo42x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx620 char* pBuf = (char*)rtl_allocateMemory( nLen ); in read()
/aoo42x/main/tools/inc/tools/
H A Dinetmime.hxx1315 m_pBuffer = static_cast< sal_Unicode * >(rtl_allocateMemory( in INetMIMEEncodedWordOutputSink()
/aoo42x/main/sal/osl/unx/
H A Dfile_volume.cxx526 pHandle = (oslVolumeDeviceHandleImpl*) rtl_allocateMemory (nSizeOfHandle); in osl_newVolumeDeviceHandleImpl()

Completed in 125 milliseconds

123456