Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx147 static void* allocate ( in allocate() function
170 static void* allocate ( in allocate() function
176 return allocate (n, rTraits); in allocate()
201 return allocate (n, ScalarTraits()); in operator new()
217 return allocate (n, ScalarTraits(), nothrow_t()); in operator new()
233 return allocate (n, VectorTraits()); in operator new[]()
249 return allocate (n, VectorTraits(), nothrow_t()); in operator new[]()
/trunk/main/store/source/
H A Dstortree.cxx212 storeError eErrCode = rBIOS.allocate (aNodeR); in split()
361 eErrCode = rBIOS.allocate (*this); in loadOrCreate()
388 storeError eErrCode = rBIOS.allocate (*this); in change()
H A Dstorpage.cxx485 eErrCode = base::allocate (rPage); in save_dirpage_Impl()
497 eErrCode = base::allocate (rPage); in save_dirpage_Impl()
670 eErrCode = base::allocate (aPage); in symlink()
H A Dstordata.cxx189 eErrCode = rBIOS.allocate (*this); in loadOrCreate()
326 storeError eErrCode = rBIOS.allocate (rData); in write()
842 eErrCode = rBIOS.allocate (rData); in write()
H A Dstorbase.hxx487 if (allocate (&page, &size)) in construct()
494 bool allocate (void ** ppPage, sal_uInt16 * pnSize) in allocate() function in store::PageData::Allocator
H A Dstorbios.hxx111 storeError allocate (
H A Dstorbios.cxx825 storeError OStorePageBIOS::allocate ( in allocate() function in OStorePageBIOS
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx64 void * allocate(sal_Size size) { in allocate() function
388 void * buf = allocate(type.get()->nSize); in readValue()
524 void * buf = allocate( in readSequence()
/trunk/main/bridges/source/jni_uno/
H A Djni_base.h243 static inline ::std::auto_ptr< rtl_mem > allocate( ::std::size_t bytes );
247 inline ::std::auto_ptr< rtl_mem > rtl_mem::allocate( ::std::size_t bytes ) in allocate() function in jni_uno::rtl_mem
H A Djni_bridge.cxx338 rtl_mem::allocate( in java_exc_occured()
414 rtl_mem::allocate( in get_stack_trace()
H A Djni_data.cxx44 rtl_mem::allocate( SAL_SEQUENCE_HEADER_SIZE + (nElements * nSize) ) ); in seq_allocate()
603 rtl_mem::allocate( sizeof (sal_Int64) ) ); in map_to_uno()
621 rtl_mem::allocate( sizeof (float) ) ); in map_to_uno()
641 rtl_mem::allocate( sizeof (double) ) ); in map_to_uno()
672 rtl_mem::allocate( value_td.get()->nSize ) ); in map_to_uno()
H A Djni_helper.h46 rtl_mem::allocate( in jstring_to_ustring()
H A Djni_uno2java.cxx104 auto_ptr< rtl_mem > uno_data( rtl_mem::allocate( td.get()->nSize ) ); in handle_java_exc()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_base.h134 static inline ::std::auto_ptr< rtl_mem > allocate( ::std::size_t bytes );
137 inline ::std::auto_ptr< rtl_mem > rtl_mem::allocate( ::std::size_t bytes ) in allocate() function in cli_uno::rtl_mem
H A Dcli_data.cxx68 rtl_mem::allocate( SAL_SEQUENCE_HEADER_SIZE + (nElements * nSize) ) ); in seq_allocate()
918 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (sal_Int64) ) ); in map_to_uno()
931 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (sal_uInt64) ) ); in map_to_uno()
944 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (float) ) ); in map_to_uno()
957 auto_ptr< rtl_mem > mem( rtl_mem::allocate( sizeof (double) ) ); in map_to_uno()
986 auto_ptr< rtl_mem > mem(rtl_mem::allocate(td->nSize)); in map_to_uno()
H A Dcli_uno.cxx230 std::auto_ptr< rtl_mem > memExc(rtl_mem::allocate(td.get()->nSize)); in call_cli()
/trunk/main/sal/osl/w32/
H A Dfile.cxx152 void allocate (sal_uInt8 ** ppBuffer, SIZE_T * pnSize);
195 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, SIZE_T * pnSize) in allocate() function in FileHandle_Impl::Allocator
231 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl()
/trunk/main/sal/osl/unx/
H A Dfile.cxx160 void allocate (sal_uInt8 ** ppBuffer, size_t * pnSize);
209 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate() function in FileHandle_Impl::Allocator
247 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl()
/trunk/main/store/workben/
H A Dt_page.cxx202 if (allocate (&page, &size)) in construct()
209 virtual bool allocate (void ** ppPage, sal_uInt16 * pnSize) = 0;
532 storeError allocate (PageHolder & rxPage, ...) in allocate() function in TestBIOS
/trunk/main/vigra/
H A Dvigra1.6.0.patch334 - newdata = allocator_.allocate(typename Alloc::size_type(width*height));
337 + newdata = allocator_.allocate(typename Alloc::size_type(w*h));
385 newdata = allocator_.allocate(typename Alloc::size_type(newsize));
425 - value_type ** lines = pallocator_.allocate(typename Alloc::size_type(height));
428 + value_type ** lines = pallocator_.allocate(typename Alloc::size_type(h));
/trunk/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh132 // allocate a random number of bytes so that the data changes
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s60 ! allocate FIRST stack to have own local registers
/trunk/main/sal/osl/os2/
H A Dfile.cxx255 void allocate (sal_uInt8 ** ppBuffer, size_t * pnSize);
287 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate() function in FileHandle_Impl::Allocator
312 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl()
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m228 /* If correct type is being requested, allocate an
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1402 and IAccessibleRelation::targets the client must allocate and free the arrays.
1404 For the remaining methods which return arrays, the server must allocate the array
1413 For those methods, the server must allocate both the top level array and any storage
1414 associated with it, e.g. for BSTRs. The server must allocate the arrays with

Completed in 143 milliseconds

12