Home
last modified time | relevance | path

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

/dports/devel/codequery/codequery-0.24.0/showgraph/Utils/
H A Dmem_mgr.cpp26 alloc_counter = 1; in MemInfo()
46 alloc_counter++; in allocEvent()
47 allocReg( alloc_counter); in allocEvent()
48 return alloc_counter; in allocEvent()
H A Dmem_mgr.h49 MemEventId alloc_counter; variable
/dports/math/osqp/osqp-0.6.2/tests/custom_memory/
H A Dcustom_memory.c7 long int alloc_counter = 0; variable
11 alloc_counter++; in my_malloc()
18 alloc_counter++; in my_calloc()
32 alloc_counter--; in my_free()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/regression/pr3612/
H A Dcustom_finalize.c20 static int alloc_counter = 0; variable
37 alloc_counter++; in caml_test_deserialize()
58 return Val_int(alloc_counter-free_counter); in caml_test_pr3612_counter()
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/regression/pr3612/
H A Dcustom_finalize.c20 static int alloc_counter = 0; variable
37 alloc_counter++; in caml_test_deserialize()
58 return Val_int(alloc_counter-free_counter); in caml_test_pr3612_counter()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_whitebox.cpp787 tbb::atomic<int> alloc_counter; variable
790 for( int i = alloc_counter++; i < num_allocs; i = alloc_counter++ ) { in multiThreadAlloc()
796 for( int i = --alloc_counter; i >= 0; i = --alloc_counter ) { in crossThreadDealloc()
818 alloc_counter = 0; in TestCleanAllBuffers()
861 alloc_counter = 0; in TestCleanThreadBuffers()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_whitebox.cpp787 tbb::atomic<int> alloc_counter; variable
790 for( int i = alloc_counter++; i < num_allocs; i = alloc_counter++ ) { in multiThreadAlloc()
796 for( int i = --alloc_counter; i >= 0; i = --alloc_counter ) { in crossThreadDealloc()
818 alloc_counter = 0; in TestCleanAllBuffers()
861 alloc_counter = 0; in TestCleanThreadBuffers()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_whitebox.cpp787 tbb::atomic<int> alloc_counter; variable
790 for( int i = alloc_counter++; i < num_allocs; i = alloc_counter++ ) { in multiThreadAlloc()
796 for( int i = --alloc_counter; i >= 0; i = --alloc_counter ) { in crossThreadDealloc()
818 alloc_counter = 0; in TestCleanAllBuffers()
861 alloc_counter = 0; in TestCleanThreadBuffers()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp821 std::atomic<int> alloc_counter; variable
825 for( int i = alloc_counter++; i < num_allocs; i = alloc_counter++ ) { in multiThreadAlloc()
832 for( int i = --alloc_counter; i >= 0; i = --alloc_counter ) { in crossThreadDealloc()
857 alloc_counter = 0; in TestCleanAllBuffers()
906 alloc_counter = 0; in TestCleanThreadBuffers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dthread_cache_unittest.cc281 DeltaCounter alloc_counter{tcache->stats_.alloc_count}; in TEST_F() local
295 EXPECT_EQ(1u, alloc_counter.Delta()); in TEST_F()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/perf/
H A Dthunderx2_pmu.c304 static int alloc_counter(struct tx2_uncore_pmu *tx2_pmu) in alloc_counter() function
660 hwc->idx = alloc_counter(tx2_pmu); in tx2_uncore_event_add()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/perf/
H A Dthunderx2_pmu.c304 static int alloc_counter(struct tx2_uncore_pmu *tx2_pmu) in alloc_counter() function
660 hwc->idx = alloc_counter(tx2_pmu); in tx2_uncore_event_add()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/perf/
H A Dthunderx2_pmu.c304 static int alloc_counter(struct tx2_uncore_pmu *tx2_pmu) in alloc_counter() function
660 hwc->idx = alloc_counter(tx2_pmu); in tx2_uncore_event_add()
/dports/devel/codequery/codequery-0.24.0/test/
H A Dtags585 alloc_counter showgraph/Utils/mem_mgr.h /^ MemEventId alloc_counter;$/;" m class:MemImpl::Me…