| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 520 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 D | test_malloc_shutdown_hang.cpp | 74 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 D | test_malloc_regression.cpp | 84 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 D | test_malloc_overload_disable.cpp | 57 REPORT("Test error: unable to run the command: %s", TEST_SYSTEM_COMMAND);
|
| H A D | test_malloc_atexit.cpp | 94 REPORT("Known issue: SIGSEGV during work with memory allocated by replaced allocator.\n" in SigSegv()
|
| H A D | test_malloc_used_by_lib.cpp | 144 REPORT( "Error: memory leak of up to %ld bytes\n", static_cast<long>(memory_leak));
|
| H A D | test_malloc_lib_unload.cpp | 157 REPORT("Can't load " MALLOCLIB_NAME1 " or " MALLOCLIB_NAME2 "\n"); in operator ()()
|
| H A D | test_malloc_overload.cpp | 287 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 D | test_malloc_whitebox.cpp | 886 … REPORT("Warning: clean-up request for this particular thread has not cleaned anything."); in operator ()() 1217 …REPORT( "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 D | utils_report.h | 71 #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 D | cpu_usertime.h | 88 … REPORT( "Warning: %.2f sec elapsed but user mode time is still below its threshold (%g < %g)\n", 102 …REPORT("Warning: %.2f sec elapsed but GetCPUUserTime reported only %g sec\n", waittime_delta, usrt…
|
| H A D | utils_assert.h | 25 #define REPORT_FATAL_ERROR REPORT
|
| H A D | parallel_for_each_common.h | 338 REPORT("Error: copy ctor preferred.\n"); in MovePreferable() 341 REPORT("Error: copy assign operator preferred.\n"); return *this;
|
| H A D | utils_concurrency_limit.h | 154 …REPORT("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 D | test_enumerable_thread_specific.cpp | 76 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 D | test_partitioner.h | 322 REPORT("Tree is empty\n"); in visualize() 405 REPORT("%s", indentStep); 408 … REPORT("[%llu, %llu)%%%llu@%llu\n", uint64_t(node->m_range_begin), uint64_t(node->m_range_end),
|
| H A D | test_blocked_range.cpp | 82 REPORT("Incorrect split of blocked range[%lu, %lu) into r1[%lu, %lu) and r2[%lu, %lu), "
|
| H A D | test_task_arena.cpp | 747 … REPORT("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 D | conformance_concurrent_hash_map.cpp | 686 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 D | conformance_concurrent_vector.cpp | 760 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 D | conformance_enumerable_thread_specific.cpp | 96 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 D | conformance_concurrent_queue.cpp | 727 REPORT("sum=%d expected=%d\n",sum,expected); in TestPushPop() 739 …REPORT("Warning: %d threads had only %ld pop_if_present operations %s after %d trials (expected at… in TestPushPop()
|