Home
last modified time | relevance | path

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

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/serialise-0.2.3.0/bench/versus/Macro/
H A DMemSize.hs10 memSize1 :: MemSize a => a -> Int -> Int
71 memSize (Just a) = memSize1 a
74 memSize (Left a) = memSize1 a
75 memSize (Right b) = memSize1 b
114 memSize (GPL a) = memSize1 a
115 memSize (AGPL a) = memSize1 a
116 memSize (LGPL a) = memSize1 a
120 memSize (Apache a) = memSize1 a
264 memSize (OS a) = memSize1 a
265 memSize (Arch a) = memSize1 a
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/serialise-0.2.3.0/bench/versus/Macro/
H A DMemSize.hs10 memSize1 :: MemSize a => a -> Int -> Int
71 memSize (Just a) = memSize1 a
74 memSize (Left a) = memSize1 a
75 memSize (Right b) = memSize1 b
114 memSize (GPL a) = memSize1 a
115 memSize (AGPL a) = memSize1 a
116 memSize (LGPL a) = memSize1 a
120 memSize (Apache a) = memSize1 a
264 memSize (OS a) = memSize1 a
265 memSize (Arch a) = memSize1 a
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/global_operations/linux/
H A Dtest_zes_global_operations.cpp21 constexpr uint64_t memSize1 = 2048; variable
250 EXPECT_EQ(processes[0].memSize, memSize1); in TEST_F()
283 EXPECT_EQ(processes[0].memSize, memSize1); in TEST_F()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_whitebox.cpp659 const size_t memSize1 = backend->getTotalMemSize(); in TestBackend() local
660 …ASSERT( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amount of usi… in TestBackend()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_whitebox.cpp659 const size_t memSize1 = backend->getTotalMemSize(); in TestBackend() local
660 …ASSERT( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amount of usi… in TestBackend()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_whitebox.cpp659 const size_t memSize1 = backend->getTotalMemSize(); in TestBackend() local
660 …ASSERT( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amount of usi… in TestBackend()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp693 const size_t memSize1 = backend->getTotalMemSize(); in TestBackend() local
694 …REQUIRE_MESSAGE( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amou… in TestBackend()