Home
last modified time | relevance | path

Searched refs:allocation_type (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/container/detail/
Dallocation_type.hpp43 typedef unsigned int allocation_type; typedef
45 static const allocation_type allocate_new = (allocation_type)allocate_new_v;
46 static const allocation_type expand_fwd = (allocation_type)expand_fwd_v;
47 static const allocation_type expand_bwd = (allocation_type)expand_bwd_v;
48 static const allocation_type shrink_in_place = (allocation_type)shrink_in_place_v;
49 static const allocation_type try_shrink_in_place= (allocation_type)try_shrink_in_place_v;
50 static const allocation_type nothrow_allocation = (allocation_type)nothrow_allocation_v;
51 static const allocation_type zero_memory = (allocation_type)zero_memory_v;
Dallocator_version_traits.hpp62 static pointer allocation_command(Allocator &a, allocation_type command, in allocation_command()
134 static pointer allocation_command(Allocator &a, allocation_type command, in allocation_command()
Dalloc_lib.h212 typedef unsigned int allocation_type; typedef
285 ( allocation_type command
Ddlmalloc.hpp76 ( allocation_type command
/third_party/boost/boost/interprocess/containers/
Dallocation_type.hpp29 typedef int allocation_type; typedef
31 static const allocation_type allocate_new = boost::container::allocate_new;
32 static const allocation_type expand_fwd = boost::container::expand_fwd;
33 static const allocation_type expand_bwd = boost::container::expand_bwd;
34 static const allocation_type shrink_in_place = boost::container::shrink_in_place;
35 static const allocation_type try_shrink_in_place= boost::container::try_shrink_in_place;
36 static const allocation_type nothrow_allocation = boost::container::nothrow_allocation;
37 static const allocation_type zero_memory = boost::container::zero_memory;
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c177 unsigned allocation_type; /* Type of allocation */ member
262 switch(allocation->allocation_type) { in debug_dump_allocation_state()
322 if (allocation->allocation_type > NINE_MEMFD_SUBALLOC) in nine_get_memfd_file_backing()
324 if (allocation->allocation_type == NINE_MEMFD_ALLOC) in nine_get_memfd_file_backing()
334 if (allocation->allocation_type > NINE_MEMFD_SUBALLOC) in nine_get_memfd_region_backing()
336 if (allocation->allocation_type == NINE_MEMFD_ALLOC) in nine_get_memfd_region_backing()
510 if (allocation->allocation_type == NINE_MEMFD_ALLOC || in nine_flush_pending_frees()
511 allocation->allocation_type == NINE_MEMFD_SUBALLOC) { in nine_flush_pending_frees()
696 new_allocation->allocation_type = NINE_MEMFD_ALLOC; in nine_memfd_allocator()
800 new_allocation->allocation_type = NINE_MALLOC_ALLOC; in nine_allocate()
[all …]
/third_party/boost/libs/container/bench/
Dbench_alloc.cpp43allocation_type malloc_types[] = { BOOST_CONTAINER_EXPAND_BWD, BOOST_CONTAINER_EXPAND_FWD, BOOST_C… in allocation_timing_test()
45 for(size_t i = 0; i < sizeof(malloc_types)/sizeof(allocation_type); ++i){ in allocation_timing_test()
47 const allocation_type m_mode = malloc_types[i]; in allocation_timing_test()
/third_party/boost/boost/container/
Dallocator.hpp105 typedef unsigned int allocation_type; typedef in boost::container::allocator
220 pointer allocation_command(allocation_type command, in allocation_command()
226 const allocation_type mask(AllocationDisableMask); in allocation_command()
341 (allocation_type command, std::size_t limit_size in priv_allocation_command()
Dadaptive_pool.hpp67 typedef unsigned int allocation_type; typedef in boost::container::adaptive_pool
185 pointer allocation_command(allocation_type command, in allocation_command()
323 (allocation_type command, std::size_t limit_size in priv_allocation_command()
374 typedef unsigned int allocation_type; typedef in boost::container::private_adaptive_pool
489 pointer allocation_command(allocation_type command, in allocation_command()
583 (allocation_type command, std::size_t limit_size in priv_allocation_command()
Dnode_allocator.hpp63 typedef unsigned int allocation_type; typedef in boost::container::node_allocator
190 …(allocation_type command, size_type limit_size, size_type &prefer_in_recvd_out_size, pointer &reus… in allocation_command()
314 (allocation_type command, std::size_t limit_size in priv_allocation_command()
/third_party/boost/boost/interprocess/mem_algo/detail/
Dsimple_seq_fit_impl.hpp196 T *allocation_command (boost::interprocess::allocation_type command, size_type limit_size,
199 …void * raw_allocation_command (boost::interprocess::allocation_type command, size_type limit_si…
218 void * priv_allocate(boost::interprocess::allocation_type command
222 void * priv_allocation_command(boost::interprocess::allocation_type command
250 void* priv_expand_both_sides(boost::interprocess::allocation_type command
587 allocation_command (boost::interprocess::allocation_type command, size_type limit_size, in allocation_command()
600 raw_allocation_command (boost::interprocess::allocation_type command, size_type limit_objects, in raw_allocation_command()
623 priv_allocation_command (boost::interprocess::allocation_type command, size_type limit_size, in priv_allocation_command()
662 priv_expand_both_sides(boost::interprocess::allocation_type command in priv_expand_both_sides()
763 priv_allocate(boost::interprocess::allocation_type command in priv_allocate()
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp240 T * allocation_command (boost::interprocess::allocation_type command, size_type limit_size,
243 …void * raw_allocation_command (boost::interprocess::allocation_type command, size_type limit_obj…
262 …void* priv_allocation_command(boost::interprocess::allocation_type command, size_type limit_size,
267 void * priv_allocate( boost::interprocess::allocation_type command
285 void* priv_expand_both_sides(boost::interprocess::allocation_type command
689 allocation_command (boost::interprocess::allocation_type command, size_type limit_size, in allocation_command()
701 raw_allocation_command (boost::interprocess::allocation_type command, size_type limit_objects, in raw_allocation_command()
724 priv_allocation_command (boost::interprocess::allocation_type command, size_type limit_size, in priv_allocation_command()
785 priv_expand_both_sides(boost::interprocess::allocation_type command in priv_expand_both_sides()
937 priv_allocate(boost::interprocess::allocation_type command in priv_allocate()
/third_party/boost/libs/interprocess/test/
Ddummy_test_allocator.hpp108 pointer allocation_command(boost::interprocess::allocation_type, in allocation_command() argument
Dexpand_bwd_test_allocator.hpp123 pointer allocation_command(boost::interprocess::allocation_type command, in allocation_command()
/third_party/boost/libs/container/src/
Ddlmalloc.cpp80 ( allocation_type command in dlmalloc_allocation_command()
/third_party/boost/libs/container/test/
Dexpand_bwd_test_allocator.hpp128 pointer allocation_command(boost::container::allocation_type command, in allocation_command()
/third_party/boost/boost/interprocess/allocators/
Dcached_node_allocator.hpp247 pointer allocation_command(boost::interprocess::allocation_type command,
Dcached_adaptive_pool.hpp275 pointer allocation_command(boost::interprocess::allocation_type command,
Dallocator.hpp179 pointer allocation_command(boost::interprocess::allocation_type command, in allocation_command()
Dprivate_node_allocator.hpp372 pointer allocation_command(boost::interprocess::allocation_type command,
Dnode_allocator.hpp380 pointer allocation_command(boost::interprocess::allocation_type command,
Dadaptive_pool.hpp395 pointer allocation_command(boost::interprocess::allocation_type command,
Dprivate_adaptive_pool.hpp395 pointer allocation_command(boost::interprocess::allocation_type command,
/third_party/boost/boost/interprocess/
Dsegment_manager.hpp201 T *allocation_command (boost::interprocess::allocation_type command, size_type limit_size, in allocation_command()
211 …void *raw_allocation_command (boost::interprocess::allocation_type command, size_type limit_obj… in raw_allocation_command()
802 boost::interprocess::allocation_type type = ctrl_data->alloc_type(); in priv_get_instance_name()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_ext.h504 cl_uint allocation_type; member

12