Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp1813 static StartupBlock *firstStartupBlock; variable
1848 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1855 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1861 if (firstStartupBlock) in allocate()
1863 firstStartupBlock = newBlock; in allocate()
1866 result = firstStartupBlock->bumpPtr; in allocate()
1867 firstStartupBlock->allocatedCount++; in allocate()
1868 firstStartupBlock->bumpPtr = in allocate()
1885 MALLOC_ASSERT(firstStartupBlock, ASSERT_TEXT); in free()
1892 if (this == firstStartupBlock) in free()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp1756 static StartupBlock *firstStartupBlock; variable
1791 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1798 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1804 if (firstStartupBlock) in allocate()
1806 firstStartupBlock = newBlock; in allocate()
1809 result = firstStartupBlock->bumpPtr; in allocate()
1810 firstStartupBlock->allocatedCount++; in allocate()
1811 firstStartupBlock->bumpPtr = in allocate()
1828 MALLOC_ASSERT(firstStartupBlock, ASSERT_TEXT); in free()
1835 if (this == firstStartupBlock) in free()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp1813 static StartupBlock *firstStartupBlock; variable
1848 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1855 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1861 if (firstStartupBlock) in allocate()
1863 firstStartupBlock = newBlock; in allocate()
1866 result = firstStartupBlock->bumpPtr; in allocate()
1867 firstStartupBlock->allocatedCount++; in allocate()
1868 firstStartupBlock->bumpPtr = in allocate()
1885 MALLOC_ASSERT(firstStartupBlock, ASSERT_TEXT); in free()
1892 if (this == firstStartupBlock) in free()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp1813 static StartupBlock *firstStartupBlock; variable
1848 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1855 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1861 if (firstStartupBlock) in allocate()
1863 firstStartupBlock = newBlock; in allocate()
1866 result = firstStartupBlock->bumpPtr; in allocate()
1867 firstStartupBlock->allocatedCount++; in allocate()
1868 firstStartupBlock->bumpPtr = in allocate()
1885 MALLOC_ASSERT(firstStartupBlock, ASSERT_TEXT); in free()
1892 if (this == firstStartupBlock) in free()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp1845 static StartupBlock *firstStartupBlock; variable
1879 if (!firstStartupBlock || firstStartupBlock->availableSize() < reqSize) { in allocate()
1884 newBlock->next = (Block*)firstStartupBlock; in allocate()
1885 if (firstStartupBlock) in allocate()
1887 firstStartupBlock = newBlock; in allocate()
1889 result = firstStartupBlock->bumpPtr; in allocate()
1890 firstStartupBlock->allocatedCount++; in allocate()
1891 firstStartupBlock->bumpPtr = in allocate()
1906 MALLOC_ASSERT(firstStartupBlock, ASSERT_TEXT); in free()
1913 if (this == firstStartupBlock) in free()
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_whitebox.cpp1602 ASSERT(!firstStartupBlock, "Startup heap memory leak detected"); in TestMain()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_whitebox.cpp1602 ASSERT(!firstStartupBlock, "Startup heap memory leak detected"); in TestMain()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_whitebox.cpp1602 ASSERT(!firstStartupBlock, "Startup heap memory leak detected"); in TestMain()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1659 REQUIRE_MESSAGE(!firstStartupBlock, "Startup heap memory leak detected");