Home
last modified time | relevance | path

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

123456

/aoo42x/main/sal/textenc/
H A Dcontext.c29 void * pContext = rtl_allocateMemory(sizeof (ImplUnicodeToTextContext)); in ImplCreateUnicodeToTextContext()
/aoo42x/main/i18nutil/inc/i18nutil/
H A Dx_rtl_ustring.h40 …rtl_uString *newStr = (rtl_uString*) rtl_allocateMemory ( sizeof(rtl_uString) + sizeof(sal_Unicode… in x_rtl_uString_new_WithLength()
/aoo42x/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()
/aoo42x/main/sal/osl/unx/
H A Dfile_misc.cxx94 return rtl_allocateMemory(n); in operator new()
178 oslDirectoryImpl* pDirImpl = (oslDirectoryImpl*) rtl_allocateMemory( sizeof(oslDirectoryImpl) ); in osl_openDirectory()
/aoo42x/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()
/aoo42x/main/sal/osl/w32/
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()
H A Dpath_helper.hxx85 : m_pBuffer( reinterpret_cast<T*>( rtl_allocateMemory( nCharNum * sizeof( T ) ) ) ) in LongPathBuffer()
/aoo42x/main/store/source/
H A Dobject.cxx66 return rtl_allocateMemory (n); in operator new()
/aoo42x/main/salhelper/inc/salhelper/
H A Drefobj.hxx54 return ::rtl_allocateMemory (n); in operator new()
/aoo42x/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()
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx71 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo42x/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()
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dweak.hxx91 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo42x/main/sal/qa/rtl/alloc/
H A Drtl_alloc.cxx69 m_pMemory = (char*) rtl_allocateMemory( m_nSizeOfMemory ); in SetUp()
/aoo42x/main/sal/inc/rtl/
H A Dalloc.h41 void * SAL_CALL rtl_allocateMemory (
/aoo42x/main/sal/util/
H A Dsalalloc.map23 rtl_allocateMemory;
/aoo42x/main/connectivity/source/inc/file/
H A Dfanalyzer.hxx54 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo42x/main/rsc/source/tools/
H A Drscchar.cxx176 char * pUtf8 = (char *)rtl_allocateMemory( nUniSize * 6 ); in MakeUTF8()
/aoo42x/main/bridges/test/performance/
H A Dtestperformance.cxx165 rtl_freeMemory( rtl_allocateMemory( 512 ) ); in main()
/aoo42x/main/vos/source/
H A Dobject.cxx54 void* p = rtl_allocateMemory(size); in operator new()
/aoo42x/main/sal/inc/osl/
H A Dthread.hxx52 { return ::rtl_allocateMemory( nSize ); } in operator new()

Completed in 154 milliseconds

123456