Searched refs:CreateWithLocalMemory (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/debug/ |
D | activity_tracker_unittest.cc | 206 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F() 291 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F() 330 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F() 380 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F() 447 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F() 484 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
|
D | activity_tracker.h | 909 static bool CreateWithLocalMemory(size_t size,
|
D | activity_tracker.cc | 1295 bool GlobalActivityTracker::CreateWithLocalMemory(size_t size, in CreateWithLocalMemory() function in base::debug::GlobalActivityTracker
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_storage.cc | 32 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocSize, in PersistentHistogramStorage()
|
D | persistent_histogram_allocator.h | 350 static void CreateWithLocalMemory(size_t size, uint64_t id, StringPiece name);
|
D | statistics_recorder_unittest.cc | 72 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, in StatisticsRecorderTest() 673 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, ""); in TEST_P()
|
D | sparse_histogram_unittest.cc | 62 GlobalHistogramAllocator::CreateWithLocalMemory( in CreatePersistentMemoryAllocator()
|
D | persistent_histogram_allocator_unittest.cc | 224 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, ""); in TEST_F()
|
D | persistent_histogram_allocator.cc | 669 void GlobalHistogramAllocator::CreateWithLocalMemory( in CreateWithLocalMemory() function in base::GlobalHistogramAllocator
|
D | histogram_unittest.cc | 88 GlobalHistogramAllocator::CreateWithLocalMemory( in CreatePersistentHistogramAllocator()
|
/external/libchrome/base/synchronization/ |
D | lock_unittest.cc | 152 debug::GlobalActivityTracker::CreateWithLocalMemory(64 << 10, 0, "", 3, 0); in TEST()
|