Searched refs:allocator (Results 1 – 12 of 12) sorted by relevance
203 if (!xPageR.construct (rBIOS.allocator())) in split()357 eErrCode = construct<page>(rBIOS.allocator()); in loadOrCreate()384 if (!rxPageL.construct (rBIOS.allocator())) in change()
361 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()
312 eErrCode = aData.construct<data>(m_xManager->allocator()); in writeAt()321 eErrCode = aData.construct<data>(m_xManager->allocator()); in writeAt()
598 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder() argument601 m_allocator(allocator) in PageHolder()
69 rtl::Reference< PageData::Allocator > & allocator() in allocator() function in store::OStorePageBIOS
185 storeError eErrCode = construct<page>(rBIOS.allocator()); in loadOrCreate()
93 + 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> >
88 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID);223 void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID)
297 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder() argument300 m_allocator(allocator) in PageHolder()770 super = allocator->construct<SuperPage>();
66 typedef ::std::allocator< TVoidPtr > TVoidAlloc;
70 typedef ::std::allocator< TVoidPtr > TVoidAlloc;
893 [ --with-alloc Define which allocator to build with2905 dnl allocator2907 AC_MSG_CHECKING([which memory allocator to use])2928 [AC_MSG_ERROR(jemalloc not found or functional. Install the jemalloc allocator.)], [])
Completed in 160 milliseconds