Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.h37 struct memory_pool { struct
45 void memory_pool_init(struct memory_pool * pool); argument
/external/google-fruit/include/fruit/impl/normalized_component_storage/
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()
Dbinding_normalization.templates.h37 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in BindingNormalizationContext()
76 MemoryPool& memory_pool, 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()
Dbinding_normalization.h269 MemoryPool& memory_pool; member
/external/google-fruit/include/fruit/impl/util/
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()
/external/google-fruit/src/
Dnormalized_component_storage.cpp45MemoryPool& memory_pool, WithPermanentCompression) in NormalizedComponentStorage()
71MemoryPool& memory_pool, WithUndoableCompression) in NormalizedComponentStorage()
Dinjector_storage.cpp70 MemoryPool& memory_pool) in InjectorStorage()
84 MemoryPool& memory_pool) { in InjectorStorage()
Dnormalized_component_storage_holder.cpp30 MemoryPool& memory_pool, WithUndoableCompression) in NormalizedComponentStorageHolder()
Dbinding_normalization.cpp275 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithUndoableBindingCompression()
315 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithPermanentBindingCompression()
327 FixedSizeVector<ComponentStorageEntry>&& toplevel_entries, MemoryPool& memory_pool, in normalizeBindingsAndAddTo()
/external/google-fruit/include/fruit/impl/
Dnormalized_component.defn.h38 fruit::impl::MemoryPool memory_pool) in NormalizedComponent()
Dinjector.defn.h32 fruit::impl::MemoryPool memory_pool; in Injector() local
98 fruit::impl::MemoryPool memory_pool; in Injector() local
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.templates.h84 …taticGraph<NodeId, Node>::SemistaticGraph(NodeIter first, NodeIter last, MemoryPool& memory_pool) { in SemistaticGraph()
142 MemoryPool& memory_pool) in SemistaticGraph()
Darena_allocator.defn.h26 inline ArenaAllocator<T>::ArenaAllocator(MemoryPool& memory_pool) : pool(&memory_pool) {} in ArenaAllocator()
Dsemistatic_map.templates.h44 Iter values_begin, Iter values_end, std::size_t num_values, MemoryPool& memory_pool) { in SemistaticMap()
/external/ImageMagick/MagickCore/
Dmemory.c202 memory_pool; variable