/aoo42x/main/sal/cpprt/ |
H A D | operators_new_delete.cxx | 147 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[]()
|
/aoo42x/main/store/source/ |
H A D | stortree.cxx | 212 storeError eErrCode = rBIOS.allocate (aNodeR); in split() 361 eErrCode = rBIOS.allocate (*this); in loadOrCreate() 388 storeError eErrCode = rBIOS.allocate (*this); in change()
|
H A D | storpage.cxx | 485 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 D | stordata.cxx | 189 eErrCode = rBIOS.allocate (*this); in loadOrCreate() 326 storeError eErrCode = rBIOS.allocate (rData); in write() 842 eErrCode = rBIOS.allocate (rData); in write()
|
H A D | storbase.hxx | 487 if (allocate (&page, &size)) in construct() 494 bool allocate (void ** ppPage, sal_uInt16 * pnSize) in allocate() function in store::PageData::Allocator
|
H A D | storbios.hxx | 111 storeError allocate (
|
H A D | storbios.cxx | 825 storeError OStorePageBIOS::allocate ( in allocate() function in OStorePageBIOS
|
/aoo42x/main/binaryurp/source/ |
H A D | unmarshal.cxx | 64 void * allocate(sal_Size size) { in allocate() function 388 void * buf = allocate(type.get()->nSize); in readValue() 524 void * buf = allocate( in readSequence()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_base.h | 243 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 D | jni_bridge.cxx | 338 rtl_mem::allocate( in java_exc_occured() 414 rtl_mem::allocate( in get_stack_trace()
|
H A D | jni_data.cxx | 44 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 D | jni_helper.h | 46 rtl_mem::allocate( in jstring_to_ustring()
|
H A D | jni_uno2java.cxx | 104 auto_ptr< rtl_mem > uno_data( rtl_mem::allocate( td.get()->nSize ) ); in handle_java_exc()
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_base.h | 134 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 D | cli_data.cxx | 68 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 D | cli_uno.cxx | 230 std::auto_ptr< rtl_mem > memExc(rtl_mem::allocate(td.get()->nSize)); in call_cli()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file.cxx | 152 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()
|
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 160 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()
|
/aoo42x/main/store/workben/ |
H A D | t_page.cxx | 202 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
|
/aoo42x/main/vigra/ |
H A D | vigra1.6.0.patch | 334 - 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));
|
/aoo42x/main/scripting/examples/beanshell/MemoryUsage/ |
H A D | memusage.bsh | 132 // allocate a random number of bytes so that the data changes
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | call.s | 60 ! allocate FIRST stack to have own local registers
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 255 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()
|
/aoo42x/main/extensions/source/macosx/spotlight/ |
H A D | main.m | 228 /* If correct type is being requested, allocate an
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 1402 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
|