Home
last modified time | relevance | path

Searched defs:MemoryPool (Results 1 – 20 of 20) sorted by relevance

/external/icu/libicu/cts_headers/
Dunits_complexconverter.h28 template class U_I18N_API MemoryPool<units::UnitsConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
149 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
152 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h98 friend class MemoryPool<LongNameHandler>; variable
213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dmeasunit_impl.h206 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
355 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
Dunits_router.h87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dnumparse_affixes.h57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
/external/icu/icu4c/source/i18n/
Dunits_complexconverter.h28 template class U_I18N_API MemoryPool<units::UnitsConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
149 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
152 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h98 friend class MemoryPool<LongNameHandler>; variable
213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dmeasunit_impl.h206 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
355 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
Dunits_router.h87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dnumparse_affixes.h57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
/external/google-fruit/include/fruit/impl/data_structures/
Dmemory_pool.defn.h29 inline MemoryPool::MemoryPool() : first_free(nullptr), capacity(0) {} in MemoryPool() function
31 inline MemoryPool::MemoryPool(MemoryPool&& other) noexcept in MemoryPool() function
/external/skia/src/sksl/
DSkSLMemoryPool.h20 using MemoryPool = ::GrMemoryPool; variable
DSkSLThreadContext.h92 static std::unique_ptr<Pool>& MemoryPool() { return Instance().fPool; } in MemoryPool() function
/external/rust/crates/vulkano/src/memory/pool/
Dmod.rs70 pub unsafe trait MemoryPool: DeviceOwned { trait
/external/icu/icu4c/source/common/
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
/external/ImageMagick/MagickCore/
Dmemory.c195 } MemoryPool; typedef
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h623 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function