/third_party/boost/boost/container/detail/ |
D | allocation_type.hpp | 43 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;
|
D | allocator_version_traits.hpp | 62 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()
|
D | alloc_lib.h | 212 typedef unsigned int allocation_type; typedef 285 ( allocation_type command
|
D | dlmalloc.hpp | 76 ( allocation_type command
|
/third_party/boost/boost/interprocess/containers/ |
D | allocation_type.hpp | 29 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/ |
D | nine_memory_helper.c | 177 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/ |
D | bench_alloc.cpp | 43 …allocation_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/ |
D | allocator.hpp | 105 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()
|
D | adaptive_pool.hpp | 67 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()
|
D | node_allocator.hpp | 63 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/ |
D | simple_seq_fit_impl.hpp | 196 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/ |
D | rbtree_best_fit.hpp | 240 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/ |
D | dummy_test_allocator.hpp | 108 pointer allocation_command(boost::interprocess::allocation_type, in allocation_command() argument
|
D | expand_bwd_test_allocator.hpp | 123 pointer allocation_command(boost::interprocess::allocation_type command, in allocation_command()
|
/third_party/boost/libs/container/src/ |
D | dlmalloc.cpp | 80 ( allocation_type command in dlmalloc_allocation_command()
|
/third_party/boost/libs/container/test/ |
D | expand_bwd_test_allocator.hpp | 128 pointer allocation_command(boost::container::allocation_type command, in allocation_command()
|
/third_party/boost/boost/interprocess/allocators/ |
D | cached_node_allocator.hpp | 247 pointer allocation_command(boost::interprocess::allocation_type command,
|
D | cached_adaptive_pool.hpp | 275 pointer allocation_command(boost::interprocess::allocation_type command,
|
D | allocator.hpp | 179 pointer allocation_command(boost::interprocess::allocation_type command, in allocation_command()
|
D | private_node_allocator.hpp | 372 pointer allocation_command(boost::interprocess::allocation_type command,
|
D | node_allocator.hpp | 380 pointer allocation_command(boost::interprocess::allocation_type command,
|
D | adaptive_pool.hpp | 395 pointer allocation_command(boost::interprocess::allocation_type command,
|
D | private_adaptive_pool.hpp | 395 pointer allocation_command(boost::interprocess::allocation_type command,
|
/third_party/boost/boost/interprocess/ |
D | segment_manager.hpp | 201 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/ |
D | cl_ext.h | 504 cl_uint allocation_type; member
|