Home
last modified time | relevance | path

Searched refs:LastSlabSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
DAllocatorTest.cpp134 static size_t LastSlabSize; member in __anond568629b0111::MockSlabAllocator
151 LastSlabSize = Size; in Allocate()
159 static size_t GetLastSlabSize() { return LastSlabSize; } in GetLastSlabSize()
162 size_t MockSlabAllocator::LastSlabSize = 0; member in __anond568629b0111::MockSlabAllocator