Home
last modified time | relevance | path

Searched defs:memory_pool (Results 1 – 16 of 16) 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.h35 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in BindingNormalizationContext()
74 MemoryPool& memory_pool, in normalizeBindings()
556 …hArenaAllocator<TypeId, BindingCompressionInfo>&& compressed_bindings_map, MemoryPool& memory_pool, in performBindingCompression()
670 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.cpp42MemoryPool& memory_pool, WithPermanentCompression) in NormalizedComponentStorage()
68MemoryPool& memory_pool, WithUndoableCompression) in NormalizedComponentStorage()
Dinjector_storage.cpp68 MemoryPool& memory_pool) in InjectorStorage()
82 MemoryPool& memory_pool) { in InjectorStorage()
Dnormalized_component_storage_holder.cpp27 MemoryPool& memory_pool, WithUndoableCompression) in NormalizedComponentStorageHolder()
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()
/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/google-fruit/include/fruit/impl/
Dinjector.defn.h32 fruit::impl::MemoryPool memory_pool; in Injector() local
98 fruit::impl::MemoryPool memory_pool; in Injector() local
Dnormalized_component.defn.h38 fruit::impl::MemoryPool memory_pool) in NormalizedComponent()
/external/webrtc/sdk/objc/components/video_codec/
Dnalu_rewriter.cc138 CMMemoryPoolRef memory_pool) { in H264AnnexBBufferToCMSampleBuffer()
/external/ImageMagick/MagickCore/
Dmemory.c238 memory_pool; variable