Home
last modified time | relevance | path

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

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/serialise-0.2.3.0/bench/versus/Macro/
H A DMemSize.hs9 memSize0 :: Int -> Int
54 memSize _ = memSize0
57 memSize _ = memSize0
60 memSize [] = memSize0
101 memSize GHC = memSize0
102 memSize NHC = memSize0
103 memSize YHC = memSize0
104 memSize Hugs = memSize0
105 memSize HBC = memSize0
106 memSize Helium = memSize0
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/serialise-0.2.3.0/bench/versus/Macro/
H A DMemSize.hs9 memSize0 :: Int -> Int
54 memSize _ = memSize0
57 memSize _ = memSize0
60 memSize [] = memSize0
101 memSize GHC = memSize0
102 memSize NHC = memSize0
103 memSize YHC = memSize0
104 memSize Hugs = memSize0
105 memSize HBC = memSize0
106 memSize Helium = memSize0
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/serialise-0.2.3.0/bench/micro/Micro/
H A DMemSize.hs9 memSize0 :: Int -> Int
13 memSize0 = \ !sz -> sz function
19 memSize Leaf = memSize0
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/serialise-0.2.3.0/bench/micro/Micro/
H A DMemSize.hs9 memSize0 :: Int -> Int
13 memSize0 = \ !sz -> sz function
19 memSize Leaf = memSize0
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_whitebox.cpp655 const size_t memSize0 = backend->getTotalMemSize(); in TestBackend() local
660 …ASSERT( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amount of usi… in TestBackend()
664 ASSERT( memSize2 == memSize0, "The backend has not decreased the amount of using memory." ); in TestBackend()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_whitebox.cpp655 const size_t memSize0 = backend->getTotalMemSize(); in TestBackend() local
660 …ASSERT( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amount of usi… in TestBackend()
664 ASSERT( memSize2 == memSize0, "The backend has not decreased the amount of using memory." ); in TestBackend()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_whitebox.cpp655 const size_t memSize0 = backend->getTotalMemSize(); in TestBackend() local
660 …ASSERT( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amount of usi… in TestBackend()
664 ASSERT( memSize2 == memSize0, "The backend has not decreased the amount of using memory." ); in TestBackend()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp689 const size_t memSize0 = backend->getTotalMemSize(); in TestBackend() local
694 …REQUIRE_MESSAGE( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amou… in TestBackend()
698 …REQUIRE_MESSAGE( memSize2 == memSize0, "The backend has not decreased the amount of using memory."… in TestBackend()