Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp61 constexpr size_t LargeAllocSize = sizeof(const char *) + 1; in TEST() local
63 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() local
115 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 …]