Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Dunits_complexconverter.h28 template class U_I18N_API MemoryPool<units::UnitConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h72 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
165 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
168 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h94 friend class MemoryPool<LongNameHandler>; variable
188 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dunits_router.h87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dmeasunit_impl.h128 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
Dnumparse_affixes.h57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
Dcmemory.h711 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
722 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::UnitConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h72 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
165 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
168 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h94 friend class MemoryPool<LongNameHandler>; variable
188 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dunits_router.h87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dmeasunit_impl.h128 template class U_I18N_API MemoryPool<SingleUnitImpl, 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
/external/icu/icu4c/source/common/
Dcmemory.h711 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
722 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