Searched refs:LargeAllocSize (Results 1 – 1 of 1) sorted by relevance
61 constexpr size_t LargeAllocSize = sizeof(const char *) + 1; in TEST() local63 auto R = orc_rt_CWrapperFunctionResultAllocate(LargeAllocSize); in TEST()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()83 EXPECT_EQ(orc_rt_CWrapperFunctionResultSize(&R), LargeAllocSize); in TEST()113 constexpr size_t LargeAllocSize = sizeof(const char *) + 1; in TEST() local115 char Source[LargeAllocSize]; in TEST()116 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST()120 orc_rt_CreateCWrapperFunctionResultFromRange(Source, LargeAllocSize); in TEST()[all …]