Searched refs:LargeAllocSize (Results 1 – 1 of 1) sorted by relevance
66 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()71 EXPECT_EQ(R.Size, LargeAllocSize); in TEST()73 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()115 char Source[LargeAllocSize]; in TEST()116 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()124 EXPECT_EQ(R.Size, LargeAllocSize); in TEST()125 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()160 char Source[LargeAllocSize]; in TEST()161 for (size_t I = 0; I != LargeAllocSize - 1; ++I) in TEST()163 Source[LargeAllocSize - 1] = '\0'; in TEST()[all …]