small 3364 cc/trees/occlusion_tracker_unittest.cc typename Types::LayerType* small = small 3377 cc/trees/occlusion_tracker_unittest.cc this->VisitLayer(small, &occlusion); small 33 mojo/public/cpp/bindings/tests/buffer_unittest.cc void* small = buf.Allocate(10); small 34 mojo/public/cpp/bindings/tests/buffer_unittest.cc EXPECT_TRUE(small >= &buf && small < (&buf + sizeof(buf))); small 35 mojo/public/cpp/bindings/tests/buffer_unittest.cc EXPECT_TRUE(IsZero(small, 10)); small 43 mojo/public/cpp/bindings/tests/buffer_unittest.cc small = buf.Allocate(10); small 44 mojo/public/cpp/bindings/tests/buffer_unittest.cc EXPECT_TRUE(IsZero(small, 10)); small 45 mojo/public/cpp/bindings/tests/buffer_unittest.cc EXPECT_TRUE(small >= &buf && small < (&buf + sizeof(buf))); small 365 third_party/tcmalloc/chromium/src/tcmalloc.cc PageHeap::SmallSpanStats small; small 368 third_party/tcmalloc/chromium/src/tcmalloc.cc ExtractStats(&stats, class_count, &small, &large); small 465 third_party/tcmalloc/chromium/src/tcmalloc.cc if (small.normal_length[s] + small.returned_length[s] > 0) { small 477 third_party/tcmalloc/chromium/src/tcmalloc.cc const int n_length = small.normal_length[s]; small 478 third_party/tcmalloc/chromium/src/tcmalloc.cc const int r_length = small.returned_length[s]; small 862 third_party/tcmalloc/chromium/src/tcmalloc.cc PageHeap::SmallSpanStats small; small 866 third_party/tcmalloc/chromium/src/tcmalloc.cc Static::pageheap()->GetSmallSpanStats(&small); small 890 third_party/tcmalloc/chromium/src/tcmalloc.cc i.total_bytes_free = (s << kPageShift) * small.normal_length[s]; small 894 third_party/tcmalloc/chromium/src/tcmalloc.cc i.total_bytes_free = (s << kPageShift) * small.returned_length[s]; small 355 third_party/tcmalloc/vendor/src/tcmalloc.cc PageHeap::SmallSpanStats small; small 358 third_party/tcmalloc/vendor/src/tcmalloc.cc ExtractStats(&stats, class_count, &small, &large); small 437 third_party/tcmalloc/vendor/src/tcmalloc.cc if (small.normal_length[s] + small.returned_length[s] > 0) { small 449 third_party/tcmalloc/vendor/src/tcmalloc.cc const int n_length = small.normal_length[s]; small 450 third_party/tcmalloc/vendor/src/tcmalloc.cc const int r_length = small.returned_length[s]; small 855 third_party/tcmalloc/vendor/src/tcmalloc.cc PageHeap::SmallSpanStats small; small 859 third_party/tcmalloc/vendor/src/tcmalloc.cc Static::pageheap()->GetSmallSpanStats(&small); small 883 third_party/tcmalloc/vendor/src/tcmalloc.cc i.total_bytes_free = (s << kPageShift) * small.normal_length[s]; small 887 third_party/tcmalloc/vendor/src/tcmalloc.cc i.total_bytes_free = (s << kPageShift) * small.returned_length[s];