/third_party/boost/boost/interprocess/allocators/ |
D | private_adaptive_pool.hpp | 52 , std::size_t NodesPerBlock 58 < private_adaptive_pool_base < Version, T, SegmentManager, NodesPerBlock 73 < Version, T, SegmentManager, NodesPerBlock 78 , NodesPerBlock 111 <Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 122 , NodesPerBlock 156 <Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> &other) in private_adaptive_pool_base() argument 184 template<unsigned int V, class T, class S, std::size_t NodesPerBlock, std::size_t F, unsigned char … 185 bool operator==(const private_adaptive_pool_base<V, T, S, NodesPerBlock, F, OP> &alloc1, in operator ==() argument 186 const private_adaptive_pool_base<V, T, S, NodesPerBlock, F, OP> &alloc2) in operator ==() [all …]
|
D | private_node_allocator.hpp | 52 , std::size_t NodesPerBlock 56 < private_node_allocator_base < Version, T, SegmentManager, NodesPerBlock> 70 < Version, T, SegmentManager, NodesPerBlock> self_t; 74 , NodesPerBlock 106 <Version, T2, SegmentManager, NodesPerBlock> other; 116 , NodesPerBlock 148 <Version, T2, SegmentManager, NodesPerBlock> &other) in private_node_allocator_base() 189 , std::size_t NodesPerBlock = 64 196 , NodesPerBlock 201 < 1, T, SegmentManager, NodesPerBlock> base_t; [all …]
|
D | adaptive_pool.hpp | 54 , std::size_t NodesPerBlock 61 < Version, T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> 71 <Version, T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> self_t; 79 < SegmentManager, sizeof_value<T>::value, NodesPerBlock, MaxFreeBlocks, OverheadPercent> type; 113 …typedef adaptive_pool_base<Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPerc… 153 …(const adaptive_pool_base<Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPerce… in adaptive_pool_base() argument 198 , std::size_t NodesPerBlock = 64 207 , NodesPerBlock 214 < 1, T, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> base_t; 219 …typedef adaptive_pool_v1<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; [all …]
|
D | cached_adaptive_pool.hpp | 46 , std::size_t NodesPerBlock = 64 56 , NodesPerBlock 68 , NodesPerBlock 78 <T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 91 <T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> &other) in cached_adaptive_pool_v1() argument 119 , std::size_t NodesPerBlock 130 , NodesPerBlock 145 , NodesPerBlock 158 <T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 168 …(const cached_adaptive_pool<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> &ot… in cached_adaptive_pool() argument [all …]
|
D | node_allocator.hpp | 53 , std::size_t NodesPerBlock 58 < Version, T, SegmentManager, NodesPerBlock> 68 <Version, T, SegmentManager, NodesPerBlock> self_t; 76 < SegmentManager, sizeof_value<T>::value, NodesPerBlock> type; 110 typedef node_allocator_base<Version, T2, SegmentManager, NodesPerBlock> other; 144 (const node_allocator_base<Version, T2, SegmentManager, NodesPerBlock> &other) in node_allocator_base() 197 , std::size_t NodesPerBlock = 64 204 , NodesPerBlock 209 < 1, T, SegmentManager, NodesPerBlock> base_t; 214 typedef node_allocator_v1<T2, SegmentManager, NodesPerBlock> other; [all …]
|
D | cached_node_allocator.hpp | 47 , std::size_t NodesPerBlock = 64 55 , NodesPerBlock 65 , NodesPerBlock 73 <T2, SegmentManager, NodesPerBlock> other; 86 <T2, SegmentManager, NodesPerBlock> &other) in cached_node_allocator_v1() 97 , std::size_t NodesPerBlock 106 , NodesPerBlock 119 , NodesPerBlock 130 typedef cached_node_allocator<T2, SegmentManager, NodesPerBlock> other; 140 (const cached_node_allocator<T2, SegmentManager, NodesPerBlock> &other) in cached_node_allocator() [all …]
|
/third_party/boost/boost/interprocess/allocators/detail/ |
D | node_pool.hpp | 45 template< class SegmentManager, std::size_t NodeSize, std::size_t NodesPerBlock > 62 static const size_type nodes_per_block = NodesPerBlock; 64 static const size_type nodes_per_chunk = NodesPerBlock; 68 : base_t(segment_mngr, NodeSize, NodesPerBlock) in private_node_pool() 87 , std::size_t NodesPerBlock 92 <SegmentManager, NodeSize, NodesPerBlock> 97 <SegmentManager, NodeSize, NodesPerBlock>
|
D | adaptive_node_pool.hpp | 46 , std::size_t NodesPerBlock 71 static const size_type nodes_per_block = NodesPerBlock; 75 : base_t(segment_mngr, NodeSize, NodesPerBlock, MaxFreeBlocks, OverheadPercent) in private_adaptive_node_pool() 89 , std::size_t NodesPerBlock 96 <SegmentManager, NodeSize, NodesPerBlock, MaxFreeBlocks, OverheadPercent> 101 <SegmentManager, NodeSize, NodesPerBlock, MaxFreeBlocks, OverheadPercent>
|
/third_party/boost/boost/container/ |
D | adaptive_pool.hpp | 57 , std::size_t NodesPerBlock BOOST_CONTAINER_DOCONLY(= ADP_nodes_per_block) 69 <T, NodesPerBlock, MaxFreeBlocks, OverheadPercent 73 static const std::size_t nodes_per_block = NodesPerBlock; 76 static const std::size_t real_nodes_per_block = NodesPerBlock; 110 , NodesPerBlock 138 (const adaptive_pool<T2, NodesPerBlock, MaxFreeBlocks, OverheadPercent in adaptive_pool() argument 160 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate() 176 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in deallocate() 207 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate_one() 217 <sizeof(T), NodesPerBlock, MaxFreeBlocks, OverheadPercent> shared_pool_t; in allocate_individual() [all …]
|
D | node_allocator.hpp | 50 , std::size_t NodesPerBlock = NodeAlloc_nodes_per_block> 54 , std::size_t NodesPerBlock 64 typedef node_allocator<T, NodesPerBlock, Version> self_t; 66 static const std::size_t nodes_per_block = NodesPerBlock; 99 typedef node_allocator< T2, NodesPerBlock 127 (const node_allocator<T2, NodesPerBlock in node_allocator() argument 152 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate() 171 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate() 184 <sizeof(T), NodesPerBlock> shared_pool_t; in deallocate_free_blocks() 214 <sizeof(T), NodesPerBlock> shared_pool_t; in allocate_one() [all …]
|
D | container_fwd.hpp | 283 , std::size_t NodesPerBlock = ADP_nodes_per_block 299 , std::size_t NodesPerBlock = NodeAlloc_nodes_per_block
|
/third_party/boost/boost/container/detail/ |
D | adaptive_node_pool.hpp | 47 , std::size_t NodesPerBlock 56 , NodesPerBlock 67 , NodesPerBlock 79 static const std::size_t nodes_per_block = NodesPerBlock; 92 , std::size_t NodesPerBlock 98 <NodeSize, NodesPerBlock, MaxFreeBlocks, OverheadPercent> 102 <NodeSize, NodesPerBlock, MaxFreeBlocks, OverheadPercent> private_node_allocator_t;
|
D | node_pool.hpp | 41 template< std::size_t NodeSize, std::size_t NodesPerBlock > 55 static const std::size_t nodes_per_block = NodesPerBlock; 59 : base_t(0, NodeSize, NodesPerBlock) in private_node_pool() 65 , std::size_t NodesPerBlock 68 : public private_node_pool<NodeSize, NodesPerBlock> 71 typedef private_node_pool<NodeSize, NodesPerBlock> private_node_allocator_t;
|
D | adaptive_node_pool_impl.hpp | 977 , std::size_t NodesPerBlock 983 …:size_t alignment = upper_power_of_2_ct<SizeType, HdrSize + RealNodeSize*NodesPerBlock>::value; 992 , std::size_t NodesPerBlock 1000 , NodesPerBlock 1009 , NodesPerBlock 1029 , std::size_t NodesPerBlock 1062 , RealNodeSize, NodesPerBlock, HdrOffsetSize, OverheadPercent, AlignOnly> data_t;
|
/third_party/boost/boost/interprocess/ |
D | interprocess_fwd.hpp | 216 template<class T, class SegmentManager, std::size_t NodesPerBlock = 64> 219 template<class T, class SegmentManager, std::size_t NodesPerBlock = 64> 222 template<class T, class SegmentManager, std::size_t NodesPerBlock = 64> 225 template< class T, class SegmentManager, std::size_t NodesPerBlock = 64 229 template< class T, class SegmentManager, std::size_t NodesPerBlock = 64 233 template< class T, class SegmentManager, std::size_t NodesPerBlock = 64
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock() function 403 const uint32_t NodesPerBlock; member
|
D | RDFGraph.cpp | 345 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock() 362 return Index >= NodesPerBlock; in needNewBlock() 381 if (A < B || A >= B + NodesPerBlock*NodeMemSize) in id()
|