Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp31 constexpr size_t SmallAllocSize = sizeof(const char *); in TEST() local
33 auto R = orc_rt_CWrapperFunctionResultAllocate(SmallAllocSize); in TEST()
36 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
41 EXPECT_EQ(R.Size, SmallAllocSize); in TEST()
42 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
52 EXPECT_EQ(orc_rt_CWrapperFunctionResultSize(&R), SmallAllocSize); in TEST()
92 constexpr size_t SmallAllocSize = sizeof(const char *); in TEST() local
94 char Source[SmallAllocSize]; in TEST()
95 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST()
99 orc_rt_CreateCWrapperFunctionResultFromRange(Source, SmallAllocSize); in TEST()
[all …]