Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmemorypool.c50 struct MemoryPool struct
56 char *memory;
61 size_t size;
86 struct MemoryPool * argument
/third_party/skia/third_party/externals/icu/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.h179 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
319 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
/third_party/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.h179 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
319 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
/third_party/node/deps/icu-small/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
/third_party/skia/src/sksl/
DSkSLMemoryPool.h20 using MemoryPool = ::GrMemoryPool; variable
DSkSLThreadContext.h92 static std::unique_ptr<Pool>& MemoryPool() { return Instance().fPool; } in MemoryPool() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.cpp63 MemoryPool::MemoryPool() noexcept : impl(nullptr) in MemoryPool() function in r600::MemoryPool
/third_party/node/deps/icu-small/source/common/
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
/third_party/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
/third_party/skia/third_party/externals/icu/source/common/
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function

12