Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 12 of 12) sorted by relevance

/trunk/main/store/source/
H A Dstortree.cxx203 if (!xPageR.construct (rBIOS.allocator())) in split()
357 eErrCode = construct<page>(rBIOS.allocator()); in loadOrCreate()
384 if (!rxPageL.construct (rBIOS.allocator())) in change()
H A Dstorpage.cxx361 eErrCode = rPage.construct< inode >(base::allocator()); in iget()
650 eErrCode = aPage.construct< inode >(base::allocator()); in symlink()
941 eErrCode = aDstPage.construct< inode >(base::allocator()); in rebuild()
970 if (!xData.construct(base::allocator())) in rebuild()
H A Dstorlckb.cxx312 eErrCode = aData.construct<data>(m_xManager->allocator()); in writeAt()
321 eErrCode = aData.construct<data>(m_xManager->allocator()); in writeAt()
H A Dstorbase.hxx598 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder() argument
601 m_allocator(allocator) in PageHolder()
H A Dstorbios.hxx69 rtl::Reference< PageData::Allocator > & allocator() in allocator() function in store::OStorePageBIOS
H A Dstordata.cxx185 storeError eErrCode = construct<page>(rBIOS.allocator()); in loadOrCreate()
/trunk/main/vigra/
H A Dvigra1.6.0.patch93 + typedef std::allocator<PIXELTYPE*> LineAllocator;
109 /** construct image of size width x height, use the specified allocator.
133 /** construct image of size size.x x size.y, use the specified allocator.
162 Use the specified allocator.
188 value_type doesn't have a default constructor). Use the specified allocator.
216 given C-style array \a d. Use the specified allocator.
241 given C-style array. Use the specified allocator.
707 + class Alloc = std::allocator<ImageType> >
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m88 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID);
223 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID)
/trunk/main/store/workben/
H A Dt_page.cxx297 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder() argument
300 m_allocator(allocator) in PageHolder()
770 super = allocator->construct<SuperPage>();
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx66 typedef ::std::allocator< TVoidPtr > TVoidAlloc;
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx70 typedef ::std::allocator< TVoidPtr > TVoidAlloc;
/trunk/main/
H A Dconfigure.ac893 [ --with-alloc Define which allocator to build with
2905 dnl allocator
2907 AC_MSG_CHECKING([which memory allocator to use])
2928 [AC_MSG_ERROR(jemalloc not found or functional. Install the jemalloc allocator.)], [])

Completed in 95 milliseconds