Home
last modified time | relevance | path

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

12

/aoo41x/main/sal/cpprt/
H A Doperators_new_delete.cxx135 static void* allocate ( in allocate() function
158 static void* allocate ( in allocate() function
164 return allocate (n, rTraits); in allocate()
189 return allocate (n, ScalarTraits()); in operator new()
205 return allocate (n, ScalarTraits(), nothrow_t()); in operator new()
221 return allocate (n, VectorTraits()); in operator new[]()
237 return allocate (n, VectorTraits(), nothrow_t()); in operator new[]()
/aoo41x/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
/aoo41x/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()
602 rtl_mem::allocate( sizeof (sal_Int64) ) ); in map_to_uno()
620 rtl_mem::allocate( sizeof (float) ) ); in map_to_uno()
640 rtl_mem::allocate( sizeof (double) ) ); in map_to_uno()
671 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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sal/osl/unx/
H A Dfile.cxx160 void allocate (sal_uInt8 ** ppBuffer, size_t * pnSize);
211 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate() function in FileHandle_Impl::Allocator
249 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl()
/aoo41x/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
/aoo41x/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));
/aoo41x/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh132 // allocate a random number of bytes so that the data changes
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s60 ! allocate FIRST stack to have own local registers
/aoo41x/main/extensions/source/macosx/spotlight/
H A Dmain.m228 /* If correct type is being requested, allocate an
/aoo41x/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()
/aoo41x/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 199 milliseconds

12