AllocatorState    287 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   explicit AllocatorState(int seed) : TestHarness(seed), memalign_fraction_(0) {
AllocatorState    340 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   AllocatorState        rnd_;           // For generating random numbers
AllocatorState    549 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc static void TryHugeAllocation(size_t s, AllocatorState* rnd) {
AllocatorState    554 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc static void TestHugeAllocations(AllocatorState* rnd) {
AllocatorState    976 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   AllocatorState rnd(argc > 1 ? atoi(argv[1]) : 100);
AllocatorState    287 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   explicit AllocatorState(int seed) : TestHarness(seed), memalign_fraction_(0) {
AllocatorState    340 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   AllocatorState        rnd_;           // For generating random numbers
AllocatorState    549 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc static void TryHugeAllocation(size_t s, AllocatorState* rnd) {
AllocatorState    554 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc static void TestHugeAllocations(AllocatorState* rnd) {
AllocatorState    976 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   AllocatorState rnd(argc > 1 ? atoi(argv[1]) : 100);