HomeSort by relevance Sort by last modified time
    Searched refs:ExcludeSpaceForMarkForTest (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/allocator/
tcmalloc_unittest.cc 14 using base::allocator::ExcludeSpaceForMarkForTest;
18 TCMallocDoMallocForTest(ExcludeSpaceForMarkForTest(kMaxSize + 1)));
27 TCMallocDoMallocForTest(ExcludeSpaceForMarkForTest(kMaxSize + 1)));
41 TCMallocDoMallocForTest(ExcludeSpaceForMarkForTest(kMaxSize + 1)));
50 size <= ExcludeSpaceForMarkForTest(kMaxSize);
64 for (; size <= ExcludeSpaceForMarkForTest(kMinClassSize); size <<= 1) {
70 for (; size <= ExcludeSpaceForMarkForTest(kMaxSize); size <<= 1) {
allocator_shim.h 22 size_t ExcludeSpaceForMarkForTest(size_t size);
allocator_shim.cc 441 size_t ExcludeSpaceForMarkForTest(size_t size) {

Completed in 543 milliseconds