Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp520 if (FullLog) REPORT("malloc...."); in AddrArifm()
536 if (FullLog) REPORT("realloc...."); in AddrArifm()
562 if (FullLog) REPORT("calloc...."); in AddrArifm()
688 if (FullLog) REPORT("\n"); in NULLReturn()
692 if (FullLog) REPORT("malloc...."); in NULLReturn()
724 if (FullLog) REPORT("end malloc\n"); in NULLReturn()
730 if (FullLog) REPORT("calloc...."); in NULLReturn()
765 if (FullLog) REPORT("realloc...."); in NULLReturn()
835 if (FullLog) REPORT("malloc...."); in UniquePointer()
858 if (FullLog) REPORT("calloc...."); in UniquePointer()
[all …]
H A Dtest_malloc_shutdown_hang.cpp74 REPORT("ERROR: fork failed.\n"); in processSpawn()
77 REPORT("ERROR: exec never returns\n"); in processSpawn()
86 REPORT("Known issue: no support for process spawn on this platform.\n"); in processSpawn()
87 REPORT("done\n"); in processSpawn()
H A Dtest_malloc_regression.cpp84 REPORT( "Error: memory leak of up to %ld bytes\n", static_cast<long>(memory_leak)); in TestBootstrapLeak()
110 REPORT( "Error: data broken for %d Bytes object.\n", startSz); in TestReallocMsize()
H A Dtest_malloc_overload_disable.cpp57 REPORT("Test error: unable to run the command: %s", TEST_SYSTEM_COMMAND);
H A Dtest_malloc_atexit.cpp94 REPORT("Known issue: SIGSEGV during work with memory allocated by replaced allocator.\n" in SigSegv()
H A Dtest_malloc_used_by_lib.cpp144 REPORT( "Error: memory leak of up to %ld bytes\n", static_cast<long>(memory_leak));
H A Dtest_malloc_lib_unload.cpp157 REPORT("Can't load " MALLOCLIB_NAME1 " or " MALLOCLIB_NAME2 "\n"); in operator ()()
H A Dtest_malloc_overload.cpp287 REPORT( "Known issue: malloc replacement does not work for strdup on Android.\n" ); in strdup()
391 REPORT("Some standard allocation functions was not replaced to tbb_malloc functions.\n"); in FuncReplacementInfoCheck()
H A Dtest_malloc_whitebox.cpp886REPORT("Warning: clean-up request for this particular thread has not cleaned anything."); in operator ()()
1217REPORT( "Warning: concurrency is too low for TestMallocFreeCollapsing ( num_threads = %d )\n", num… in TestLOC()
1304 REPORT( "Warning: the system didn't allocate needed amount of THPs.\n" ); in TestTHP()
/oneTBB/test/common/
H A Dutils_report.h71 #define REPORT TRACENL macro
153 REPORT("Call stack info (%d):\n", n); in print_call_stack()
156 REPORT("Call stack info:\n"); in print_call_stack()
162 REPORT("Call stack info (%d):\n", n); in print_call_stack()
175 REPORT("[%d] %016I64X+%04I64X: %s\n", i, sym.Address, offset, sym.Name); in print_call_stack()
H A Dcpu_usertime.h88REPORT( "Warning: %.2f sec elapsed but user mode time is still below its threshold (%g < %g)\n",
102REPORT("Warning: %.2f sec elapsed but GetCPUUserTime reported only %g sec\n", waittime_delta, usrt…
H A Dutils_assert.h25 #define REPORT_FATAL_ERROR REPORT
H A Dparallel_for_each_common.h338 REPORT("Error: copy ctor preferred.\n"); in MovePreferable()
341 REPORT("Error: copy assign operator preferred.\n"); return *this;
H A Dutils_concurrency_limit.h154REPORT("The mask size doesn't seem to be big enough to call setaffinity. The call may return an er… in limit_number_of_threads()
/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp76 REPORT("alignment error with %s allocator (%x)\n", aname, (int)size_t(&t) & (AlignMask-1)); in check_alignment()
85 REPORT("alignment error with %s allocator (%x)\n", aname, (int)size_t(&t) & (AlignMask-1)); in check_alignment()
278 if(found_error) REPORT("segmented_iterator failed\n"); in flog_segmented_interator()
315 if(found_error) REPORT("segmented_iterator_map failed\n"); in flog_segmented_iterator_map()
H A Dtest_partitioner.h322 REPORT("Tree is empty\n"); in visualize()
405 REPORT("%s", indentStep);
408REPORT("[%llu, %llu)%%%llu@%llu\n", uint64_t(node->m_range_begin), uint64_t(node->m_range_end),
H A Dtest_blocked_range.cpp82 REPORT("Incorrect split of blocked range[%lu, %lu) into r1[%lu, %lu) and r2[%lu, %lu), "
H A Dtest_task_arena.cpp747REPORT("Warning: isolate() should not block stealing on nested levels without isolation\n"); in TwoLoopsTest()
986 REPORT("Warning: No one enqueued task has executed by the main thread.\n"); in TestEnqueue()
1451 REPORT("Warning: So many cases when threads join to different arenas.\n"); in TestArenaWorkersMigrationWithNumThreads()
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp686 REPORT("Line %d: unexpected key %d present\n",__LINE__,i); in apply()
695 REPORT("Line %d: key %d missing\n",__LINE__,i); in apply()
878 REPORT("array[%d]=%d != %d=UseKey(%d)\n", in Check()
H A Dconformance_concurrent_vector.cpp760 REPORT("ERROR for v[%ld]\n", long(i - base)); in operator ()()
774 REPORT("ERROR for v[%ld]\n", long(i-base)); in operator ()()
797 REPORT("ERROR for v[%ld]\n", i); in TestParallelFor()
H A Dconformance_enumerable_thread_specific.cpp96 REPORT("alignment error with %s allocator (%x)\n", aname, (int)size_t(&t) & (AlignMask-1)); in check_alignment()
105 REPORT("alignment error with %s allocator (%x)\n", aname, (int)size_t(&t) & (AlignMask-1)); in check_alignment()
H A Dconformance_concurrent_queue.cpp727 REPORT("sum=%d expected=%d\n",sum,expected); in TestPushPop()
739REPORT("Warning: %d threads had only %ld pop_if_present operations %s after %d trials (expected at… in TestPushPop()