Searched refs:to_alloc (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local 46 catICU = new UnicodeString(to_alloc,'a',0); in main()
|
D | stringperf.h | 78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local 79 catICU = new UnicodeString(to_alloc,'a',0); in getEventsPerIteration()
|
/third_party/boost/boost/container/ |
D | vector.hpp | 291 …from(const allocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propa… in is_propagable_from() 293 (void)propagate_allocator; (void)p; (void)to_alloc; (void)from_alloc; in is_propagable_from() 296 …_storage_propagable && (propagate_allocator || allocator_traits_type::equal(from_alloc, to_alloc)); in is_propagable_from() 762 …from(const allocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propa… in is_propagable_from() argument 763 { return alloc_holder_t::is_propagable_from(from_alloc, p, to_alloc, propagate_allocator); } in is_propagable_from()
|