Home
last modified time | relevance | path

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

123456

/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx127 JavaInfo* pInfo = (JavaInfo*) rtl_allocateMemory(sizeof(JavaInfo)); in createJavaInfo()
301 arInfo = (JavaInfo**) rtl_allocateMemory(vecVerifiedInfos.size() * sizeof (JavaInfo*)); in jfw_plugin_getAllJavaInfos()
/aoo41x/main/jvmfwk/source/
H A Delements.cxx1119 JavaInfo * pInfo = (JavaInfo*) rtl_allocateMemory(sizeof(JavaInfo)); in makeJavaInfo()
1252 rtl_allocateMemory(sizeof(rtl_uString*) * m_vmParams.size()); in getVmParametersArray()
1274 rtl_allocateMemory(sizeof(rtl_uString*) * m_JRELocations.size()); in getJRELocations()
/aoo41x/main/store/source/
H A Dobject.cxx66 return rtl_allocateMemory (n); in operator new()
/aoo41x/main/salhelper/inc/salhelper/
H A Drefobj.hxx54 return ::rtl_allocateMemory (n); in operator new()
/aoo41x/main/sal/osl/w32/
H A Dpath_helper.hxx85 : m_pBuffer( reinterpret_cast<T*>( rtl_allocateMemory( nCharNum * sizeof( T ) ) ) ) in LongPathBuffer()
H A Dsocket.cxx779 pAddr= (oslHostAddr )rtl_allocateMemory (sizeof (struct oslHostAddrImpl)); in __osl_hostentToHostAddr()
815 pAddr= (oslHostAddr)rtl_allocateMemory (sizeof (struct oslHostAddrImpl)); in osl_createHostAddr()
2067 pSet = (TSocketSetImpl*) rtl_allocateMemory(sizeof(TSocketSetImpl)); in osl_createSocketSet()
/aoo41x/main/connectivity/source/inc/
H A DTSkipDeletedSet.hxx49 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A DTKeyValue.hxx45 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A Dsqlscan.hxx52 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A DOTypeInfo.hxx72 { return ::rtl_allocateMemory( nSize ); } in operator new()
H A DTSortIndex.hxx71 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx768 void* pMaskMem = rtl_allocateMemory( nMaskBytesPerRow * nHeight ); in CreateWithMask()
800 …sal_uInt32* pMaskBuffer = static_cast<sal_uInt32*>( rtl_allocateMemory( nHeight * nDestBytesPerRow… in CreateColorMask()
/aoo41x/main/sal/osl/unx/
H A Dfile_misc.cxx96 return rtl_allocateMemory(n); in operator new()
182 … oslDirectoryImpl* pDirImpl = (oslDirectoryImpl*) rtl_allocateMemory( sizeof(oslDirectoryImpl) ); in osl_openDirectory()
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx71 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/sal/inc/rtl/
H A Dalloc.h41 void * SAL_CALL rtl_allocateMemory (
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dweak.hxx90 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/sal/qa/rtl/alloc/
H A Drtl_alloc.cxx68 m_pMemory = (char*) rtl_allocateMemory( m_nSizeOfMemory ); in setUp()
/aoo41x/main/sal/util/
H A Dsalalloc.map23 rtl_allocateMemory;
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalprn.cxx443 pSetupData->mpDriverData = (sal_uInt8*)rtl_allocateMemory( pDrivData->cb); in ImplUpdateSetupData()
446 pSetupData->mpDriverData = (sal_uInt8*)rtl_allocateMemory( pDrivData->cb); in ImplUpdateSetupData()
1137 pSetupData->mpDriverData = (sal_uInt8*)rtl_allocateMemory( pDriverData->cb); in CreateInfoPrinter()
/aoo41x/main/rsc/source/tools/
H A Drscchar.cxx176 char * pUtf8 = (char *)rtl_allocateMemory( nUniSize * 6 ); in MakeUTF8()
/aoo41x/main/connectivity/source/inc/file/
H A Dfanalyzer.hxx54 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/vos/source/
H A Dobject.cxx54 void* p = rtl_allocateMemory(size); in operator new()
/aoo41x/main/bridges/test/performance/
H A Dtestperformance.cxx165 rtl_freeMemory( rtl_allocateMemory( 512 ) ); in main()
/aoo41x/main/svl/source/misc/
H A Dstrmadpt.cxx889 = static_cast< Page * >(rtl_allocateMemory(sizeof (Page) in write()
957 = static_cast< Page * >(rtl_allocateMemory( in write()
/aoo41x/main/sal/inc/osl/
H A Dthread.hxx52 { return ::rtl_allocateMemory( nSize ); } in operator new()

Completed in 173 milliseconds

123456