| /oneTBB/test/tbbmalloc/ |
| H A D | test_scalable_allocator.cpp | 104 void *buf; member 125 char *buf; in TestSmallFixedSizePool() local 197 static char buf[1024*1024*4]; variable 292 static char buf[1024*1024*4]; variable
|
| H A D | test_malloc_regression.cpp | 99 char *buf = (char*)scalable_malloc(startSz); in TestReallocMsize() local
|
| H A D | test_malloc_compliance.cpp | 420 intptr_t *buf =(intptr_t*)ptr; in NonZero() local
|
| H A D | test_malloc_pools.cpp | 578 static bool memEqual(char *buf, size_t size, int val) in memEqual()
|
| /oneTBB/test/common/ |
| H A D | utils_env.h | 40 char* buf = new char[namelen+valuelen+2]; in SetEnv() local
|
| H A D | doctest.h | 654 char buf[len]; // NOLINT(*-avoid-c-arrays) member
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | tachyon_video.cpp | 61 char buf[8192]; in on_process() local
|
| /oneTBB/test/conformance/ |
| H A D | conformance_function_node.cpp | 91 buffer_node<OutputType2> buf(g); in test_fn_invoke_basic() local
|
| H A D | conformance_join_node.cpp | 287 buffer_node<tuple_type> buf(g); in test_invoke_basic() local
|
| /oneTBB/src/tbb/ |
| H A D | exception.cpp | 106 char buf[BUF_SIZE + 1] = { 0 }; in handle_perror() local
|
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 561 tbb::flow::buffer_node<tagged_msg_t>& buf, in check_edge() 578 void check_edge(tbb::flow::graph& g, BN& bn, tbb::flow::buffer_node<indexer_output_t>& buf, Type, t… in check_edge() 592 buffer_node<indexer_output_t> buf(g); in test_follows_impl() local
|
| H A D | test_broadcast_node.cpp | 229 buffer_node<int> buf(g); in test_deduction_guides() local
|
| H A D | test_semaphore.cpp | 168 unsigned* buf, in FilterBase()
|
| H A D | test_continue_node.cpp | 343 buffer_node<continue_msg> buf(g); in test_successor_cache_specialization() local
|
| H A D | test_parallel_pipeline.cpp | 67 void freeBuffer(void *buf) { in freeBuffer()
|
| H A D | test_async_node.cpp | 736 buffer_node<output_t> buf(g); in test_follows() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | memory_pool.h | 244 inline fixed_pool::fixed_pool(void *buf, size_t size) : my_buffer(buf), my_size(size) { in fixed_pool()
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib.cpp | 1017 Char buf[BZ_MAX_UNUSED]; member
|