Searched refs:AllocatorState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc285 class AllocatorState : public TestHarness { class in namespace:testing
287 explicit AllocatorState(int seed) : TestHarness(seed), memalign_fraction_(0) { function in class:testing::AllocatorState
300 virtual ~AllocatorState() {}
340 AllocatorState rnd_; // For generating random numbers
549 static void TryHugeAllocation(size_t s, AllocatorState* rnd) {
554 static void TestHugeAllocations(AllocatorState* rnd) {
976 AllocatorState rnd(argc > 1 ? atoi(argv[1]) : 100);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc285 class AllocatorState : public TestHarness { class in namespace:testing
287 explicit AllocatorState(int seed) : TestHarness(seed), memalign_fraction_(0) { function in class:testing::AllocatorState
300 virtual ~AllocatorState() {}
340 AllocatorState rnd_; // For generating random numbers
549 static void TryHugeAllocation(size_t s, AllocatorState* rnd) {
554 static void TestHugeAllocations(AllocatorState* rnd) {
976 AllocatorState rnd(argc > 1 ? atoi(argv[1]) : 100);

Completed in 483 milliseconds