Home
last modified time | relevance | path

Searched defs:bucket_sizes (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_bucket_lookup.h175 constexpr const size_t* bucket_sizes() const { return &bucket_sizes_[0]; } in bucket_sizes() function
/external/cronet/net/socket/
Dudp_socket_unittest.cc432 std::vector<int> bucket_sizes(kBuckets, 0); in TEST_F() local