Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 7 of 7) sorted by relevance

/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst98 object. Two ways to address the problem are "hazard pointers" and
115 pointers are unshared but the referent is shared. Associate a
/oneTBB/doc/main/tbb_userguide/
H A DGraph_Object.rst32 …Even when using smart pointers, be aware of the order of destruction for nodes and the graph to ma…
H A Dconcurrent_vector_ug.rst41 example uses std::copy and iterators, not ``strcpy and pointers``,
H A Dconcurrent_hash_map.rst91 act as smart pointers. An *accessor* represents *update* (*write*)
H A Dcreate_token_based_system.rst118 use any type for a token, including objects or pointers to arrays.
H A DWorking_on_the_Assembly_Line_pipeline.rst107 ``TextSlice`` objects are passed between filters using pointers to avoid
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1230 void *pointers[space / min_sz]; // the worst case is min_sz byte object in TestSlabAlignment() local
1234 pointers[i] = scalable_malloc(sz); in TestSlabAlignment()
1235 Block *block = (Block *)alignDown(pointers[i], slabSize); in TestSlabAlignment()
1236 REQUIRE_MESSAGE(findCacheLine(&block->isFull) != findCacheLine(pointers[i]), in TestSlabAlignment()
1242 scalable_free(pointers[i]); in TestSlabAlignment()