Home
last modified time | relevance | path

Searched refs:do_allocate (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/container/test/
Dpool_resource_test.hpp41 using PoolResource::do_allocate;
241 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
245 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
249 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
262 void *p = dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
271 p = dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
278 void *p2 = dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
281 void *p3 = dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
307 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
313 dmbr.do_allocate(1, 1); in test_do_allocate_deallocate()
[all …]
Dmonotonic_buffer_resource_test.cpp226 using monotonic_buffer_resource::do_allocate;
250 void *addr = dmbr.do_allocate(1u, 1u); in test_upstream_resource()
268 dmbr.do_allocate(1, 1); in test_do_allocate()
284 dmbr.do_allocate(4, 4); in test_do_allocate()
297 dmbr.do_allocate(4, 4); in test_do_allocate()
308 dmbr.do_allocate(remaining_storage, 2); in test_do_allocate()
320 dmbr.do_allocate(1u, 1u); in test_do_allocate()
335 dmbr.do_allocate(next_alloc, 1u); in test_do_allocate()
354 dmbr.do_allocate(dmbr.remaining_storage(1u), 1u); in test_do_allocate()
377 bufs[i] = (char*)dmbr.do_allocate(sizes[i], 1); in test_do_deallocate()
[all …]
Dresource_adaptor_test.cpp140 using base_t::do_allocate;
151 void *allocate_ret = dra.do_allocate(998, 1); in test_do_allocate_deallocate()
171 void *allocate_ret = dra.do_allocate(bytes, alignment); in test_do_allocate_deallocate()
Dderived_from_memory_resource.hpp27 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in derived_from_memory_resource
Dmemory_resource_logger.hpp40 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in memory_resource_logger
/third_party/boost/boost/container/pmr/
Dmemory_resource.hpp44 { return this->do_allocate(bytes, alignment); } in allocate()
90 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) = 0;
Dunsynchronized_pool_resource.hpp137 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE;
Dsynchronized_pool_resource.hpp106 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE;
Dmonotonic_buffer_resource.hpp163 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE;
Dresource_adaptor.hpp147 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in boost::container::pmr::resource_adaptor_imp
/third_party/boost/libs/container/src/
Dunsynchronized_pool_resource.cpp51 void* unsynchronized_pool_resource::do_allocate(std::size_t bytes, std::size_t alignment) //virtual in do_allocate() function in boost::container::pmr::unsynchronized_pool_resource
52 { return m_resource.do_allocate(bytes, alignment); } in do_allocate()
Dglobal_resource.cpp34 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE in do_allocate() function in boost::container::pmr::new_delete_resource_imp
52 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE in do_allocate() function
Dsynchronized_pool_resource.cpp77 void* synchronized_pool_resource::do_allocate(std::size_t bytes, std::size_t alignment) //virtual in do_allocate() function in boost::container::pmr::synchronized_pool_resource
80 return m_pool_resource.do_allocate(bytes, alignment); in do_allocate()
Dmonotonic_buffer_resource.cpp136 void* monotonic_buffer_resource::do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() function in boost::container::pmr::monotonic_buffer_resource
Dpool_resource.cpp206 void* pool_resource::do_allocate(std::size_t bytes, std::size_t alignment) //virtual in do_allocate() function in boost::container::pmr::pool_resource
/third_party/gettext/gettext-runtime/intl/
Dloadinfo.h120 const char *filename, int do_allocate);
Dl10nflist.c98 const char *filename, int do_allocate) in _nl_make_l10nflist() argument
249 if (retval != NULL || do_allocate == 0) in _nl_make_l10nflist()
/third_party/boost/boost/container/detail/
Dpool_resource.hpp134 virtual void* do_allocate(std::size_t bytes, std::size_t alignment);
/third_party/boost/libs/container/doc/
Dcontainer.qbk1336 …ntainer/issues/151 GitHub #151: ['"Buffer overflow in monotonic_buffer_resource::do_allocate"]].
1500 …://github.com/boostorg/container/pull/41 GitHub #41: ['Avoid -Wunreachable-code in do_allocate()]].