Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A 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;
/OK3568_Linux_fs/external/libmali/include/CL/
H A Dcl_ext.h287 cl_uint allocation_type; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp465 BOOST_CONTAINER_FORCEINLINE pointer allocation_command(boost::container::allocation_type command, in allocation_command()
541 …R_FORCEINLINE pointer priv_allocation_command(version_1, boost::container::allocation_type command, in priv_allocation_command()
554 pointer priv_allocation_command(version_2, boost::container::allocation_type command, in priv_allocation_command()