Home
last modified time | relevance | path

Searched refs:partition_size (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/pool/
H A Dpool.hpp259 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
264 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
271 const size_type partition_size = alloc_size(); in ordered_free() local
304 const size_type partition_size = alloc_size(); in release_memory() local
440 const size_type partition_size = alloc_size(); in malloc_need_resize() local
441 const size_type POD_size = next_size * partition_size + in malloc_need_resize()
469 const size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
470 const size_type POD_size = next_size * partition_size + in ordered_malloc_need_resize()
522 const size_type partition_size = alloc_size(); in ordered_malloc() local
525 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
H A Dsimple_segregated_storage.hpp32 size_type partition_size);
140 void * malloc_n(size_type n, size_type partition_size);
148 const size_type partition_size) in free_n() argument
151 add_block(chunks, n * partition_size, partition_size); in free_n()
158 const size_type partition_size) in ordered_free_n() argument
161 add_ordered_block(chunks, n * partition_size, partition_size); in ordered_free_n()
231 void * & start, size_type n, const size_type partition_size) in try_malloc_n() argument
237 if (next != static_cast<char *>(iter) + partition_size) in try_malloc_n()
250 const size_type partition_size) in malloc_n() argument
260 iter = try_malloc_n(start, n, partition_size); in malloc_n()
/dports/biology/lamarc/lamarc-2.1.8/boost/pool/
H A Dpool.hpp251 const size_type partition_size = alloc_size(); in free() local
256 store().free_n(chunks, num_chunks, partition_size); in free()
263 const size_type partition_size = alloc_size(); in ordered_free() local
296 const size_type partition_size = alloc_size(); in release_memory() local
430 const size_type partition_size = alloc_size(); in malloc_need_resize() local
431 const size_type POD_size = next_size * partition_size + in malloc_need_resize()
454 const size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
455 const size_type POD_size = next_size * partition_size + in ordered_malloc_need_resize()
502 const size_type partition_size = alloc_size(); in ordered_malloc() local
505 static_cast<bool>(total_req_size % partition_size); in ordered_malloc()
[all …]
H A Dsimple_segregated_storage.hpp32 size_type partition_size);
140 void * malloc_n(size_type n, size_type partition_size);
148 const size_type partition_size) in free_n() argument
150 add_block(chunks, n * partition_size, partition_size); in free_n()
157 const size_type partition_size) in ordered_free_n() argument
159 add_ordered_block(chunks, n * partition_size, partition_size); in ordered_free_n()
229 void * & start, size_type n, const size_type partition_size) in try_malloc_n() argument
235 if (next != static_cast<char *>(iter) + partition_size) in try_malloc_n()
248 const size_type partition_size) in malloc_n() argument
256 iter = try_malloc_n(start, n, partition_size); in malloc_n()
/dports/devel/boost-docs/boost_1_72_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
H A Dsimple_segregated_storage.hpp72 size_type partition_size);
191 void * malloc_n(size_type n, size_type partition_size);
199 const size_type partition_size) in free_n() argument
203 add_block(chunks, n * partition_size, partition_size); in free_n()
211 const size_type partition_size) in ordered_free_n() argument
219 add_ordered_block(chunks, n * partition_size, partition_size); in ordered_free_n()
328 void * & start, size_type n, const size_type partition_size) in try_malloc_n() argument
334 if (next != static_cast<char *>(iter) + partition_size) in try_malloc_n()
352 const size_type partition_size) in malloc_n() argument
363 iter = try_malloc_n(start, n, partition_size); in malloc_n()
/dports/devel/R-cran-BH/BH/inst/include/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
H A Dsimple_segregated_storage.hpp72 size_type partition_size);
191 void * malloc_n(size_type n, size_type partition_size);
199 const size_type partition_size) in free_n() argument
203 add_block(chunks, n * partition_size, partition_size); in free_n()
211 const size_type partition_size) in ordered_free_n() argument
219 add_ordered_block(chunks, n * partition_size, partition_size); in ordered_free_n()
328 void * & start, size_type n, const size_type partition_size) in try_malloc_n() argument
334 if (next != static_cast<char *>(iter) + partition_size) in try_malloc_n()
352 const size_type partition_size) in malloc_n() argument
363 iter = try_malloc_n(start, n, partition_size); in malloc_n()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
H A Dsimple_segregated_storage.hpp72 size_type partition_size);
191 void * malloc_n(size_type n, size_type partition_size);
199 const size_type partition_size) in free_n() argument
203 add_block(chunks, n * partition_size, partition_size); in free_n()
211 const size_type partition_size) in ordered_free_n() argument
219 add_ordered_block(chunks, n * partition_size, partition_size); in ordered_free_n()
328 void * & start, size_type n, const size_type partition_size) in try_malloc_n() argument
334 if (next != static_cast<char *>(iter) + partition_size) in try_malloc_n()
352 const size_type partition_size) in malloc_n() argument
363 iter = try_malloc_n(start, n, partition_size); in malloc_n()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size();
488 store().free_n(chunks, num_chunks, partition_size);
500 const size_type partition_size = alloc_size();
547 const size_type partition_size = alloc_size();
690 size_type partition_size = alloc_size();
699 partition_size = alloc_size();
730 size_type partition_size = alloc_size();
739 partition_size = alloc_size();
796 const size_type partition_size = alloc_size();
799 ((total_req_size % partition_size) ? true : false);
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/pool/
H A Dpool.hpp483 const size_type partition_size = alloc_size(); in BOOST_PREVENT_MACRO_SUBSTITUTION() local
488 store().free_n(chunks, num_chunks, partition_size); in BOOST_PREVENT_MACRO_SUBSTITUTION()
500 const size_type partition_size = alloc_size(); in ordered_free() local
547 const size_type partition_size = alloc_size(); in release_memory() local
690 size_type partition_size = alloc_size(); in malloc_need_resize() local
699 partition_size = alloc_size(); in malloc_need_resize()
730 size_type partition_size = alloc_size(); in ordered_malloc_need_resize() local
739 partition_size = alloc_size(); in ordered_malloc_need_resize()
796 const size_type partition_size = alloc_size(); in ordered_malloc() local
799 ((total_req_size % partition_size) ? true : false); in ordered_malloc()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/sequential/
H A Dstable_merge_sort.inl96 if(partition_size > 1)
119 if(partition_size > 1)
121 for(; keys_first < keys_last; keys_first += partition_size, values_first += partition_size)
144 for(; first < last; first += 2 * partition_size, result += 2 * partition_size)
175 Size stride = 2 * partition_size;
215 difference_type partition_size = 32; local
223 partition_size < n;
224 partition_size *= 2, ping = !ping)
264 difference_type partition_size = 32; local
272 partition_size < n;
[all …]

12345678910>>...30