Home
last modified time | relevance | path

Searched defs:initial_capacity (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
Dstring_buffer.c47 _mesa_string_buffer_create(void *mem_ctx, uint32_t initial_capacity) in _mesa_string_buffer_create()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.cc29 size_t initial_capacity) { in grpc_chttp2_stream_map_init()
/third_party/boost/boost/container/
Dsmall_vector.hpp425 …_CONTAINER_FORCEINLINE explicit small_vector_base(initial_capacity_t, std::size_t initial_capacity) in small_vector_base()
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp1043 …BOOST_CONSTEXPR_OR_CONST std::size_t initial_capacity = (16u / sizeof(void*)) < 2u ? 2u : (16u / s… in find_or_create() local