Home
last modified time | relevance | path

Searched defs:memory_pool (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h20 struct memory_pool { struct
28 void memory_pool_init(struct memory_pool * pool); argument
/aosp_15_r20/external/google-fruit/include/fruit/impl/normalized_component_storage/
H A Dnormalized_component_storage.defn.h26 …lizedComponentStorage::createLazyComponentWithNoArgsSet(size_t capacity, MemoryPool& memory_pool) { in createLazyComponentWithNoArgsSet()
33 NormalizedComponentStorage::createLazyComponentWithArgsSet(size_t capacity, MemoryPool& memory_pool in createLazyComponentWithArgsSet()
40 …entStorage::createLazyComponentWithNoArgsReplacementMap(size_t capacity, MemoryPool& memory_pool) { in createLazyComponentWithNoArgsReplacementMap()
47 …onentStorage::createLazyComponentWithArgsReplacementMap(size_t capacity, MemoryPool& memory_pool) { in createLazyComponentWithArgsReplacementMap()
H A Dbinding_normalization.templates.h36 MemoryPool& memory_pool, // NOLINT(bugprone-easily-swappable-parameters) in BindingNormalizationContext()
76MemoryPool& memory_pool, // NOLINT(bugprone-easily-swappable-parameters) in normalizeBindings()
558 …hArenaAllocator<TypeId, BindingCompressionInfo>&& compressed_bindings_map, MemoryPool& memory_pool, in performBindingCompression()
672 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithBindingCompression()
H A Dbinding_normalization.h269 MemoryPool& memory_pool; member
/aosp_15_r20/external/google-fruit/include/fruit/impl/util/
H A Dhash_helpers.defn.h37 …etWithArenaAllocator<T> createHashSetWithArenaAllocator(size_t capacity, MemoryPool& memory_pool) { in createHashSetWithArenaAllocator()
43 createHashSetWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashSetWithArenaAllocatorAndCustomFunctors()
61MemoryPool& memory_pool) { in createHashMapWithArenaAllocator()
68 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashMapWithArenaAllocatorAndCustomFunctors()
/aosp_15_r20/external/google-fruit/src/
H A Dnormalized_component_storage.cpp42MemoryPool& memory_pool, WithPermanentCompression) in NormalizedComponentStorage()
68MemoryPool& memory_pool, WithUndoableCompression) in NormalizedComponentStorage()
H A Dinjector_storage.cpp68 MemoryPool& memory_pool) in InjectorStorage()
82 MemoryPool& memory_pool) { in InjectorStorage()
H A Dbinding_normalization.cpp273 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithUndoableBindingCompression()
313 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithPermanentBindingCompression()
325 FixedSizeVector<ComponentStorageEntry>&& toplevel_entries, MemoryPool& memory_pool, in normalizeBindingsAndAddTo()
H A Dnormalized_component_storage_holder.cpp27 MemoryPool& memory_pool, WithUndoableCompression) in NormalizedComponentStorageHolder()
/aosp_15_r20/external/google-fruit/include/fruit/impl/data_structures/
H A Dsemistatic_graph.templates.h84 …taticGraph<NodeId, Node>::SemistaticGraph(NodeIter first, NodeIter last, MemoryPool& memory_pool) { in SemistaticGraph()
142 MemoryPool& memory_pool) in SemistaticGraph()
H A Darena_allocator.defn.h26 inline ArenaAllocator<T>::ArenaAllocator(MemoryPool& memory_pool) : pool(&memory_pool) {} in ArenaAllocator()
H A Dsemistatic_map.templates.h47 MemoryPool& memory_pool) { in SemistaticMap()
/aosp_15_r20/external/google-fruit/include/fruit/impl/
H A Dinjector.defn.h32 fruit::impl::MemoryPool memory_pool; in Injector() local
98 fruit::impl::MemoryPool memory_pool; in Injector() local
H A Dnormalized_component.defn.h38 fruit::impl::MemoryPool memory_pool) in NormalizedComponent()
/aosp_15_r20/external/webrtc/sdk/objc/components/video_codec/
H A Dnalu_rewriter.cc138 CMMemoryPoolRef memory_pool) { in H264AnnexBBufferToCMSampleBuffer()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Drapidxml.hpp366 class memory_pool class
378 memory_pool() in memory_pool() function in boost::property_tree::detail::rapidxml::memory_pool
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py112 memory_pool = os.environ.get("TORCHINDUCTOR_MEMORY_POOL", "intermediates") variable