Home
last modified time | relevance | path

Searched refs:queue_rep_size (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dconcurrent_bounded_queue.cpp28 std::uint8_t* __TBB_EXPORTED_FUNC allocate_bounded_queue_rep( std::size_t queue_rep_size ) in allocate_bounded_queue_rep() argument
31 …std::uint8_t* mem = static_cast<std::uint8_t*>(cache_aligned_allocate(queue_rep_size + monitors_me… in allocate_bounded_queue_rep()
33 concurrent_monitor* monitors = reinterpret_cast<concurrent_monitor*>(mem + queue_rep_size); in allocate_bounded_queue_rep()
41 …d __TBB_EXPORTED_FUNC deallocate_bounded_queue_rep( std::uint8_t* mem, std::size_t queue_rep_size ) in deallocate_bounded_queue_rep() argument
43 concurrent_monitor* monitors = reinterpret_cast<concurrent_monitor*>(mem + queue_rep_size); in deallocate_bounded_queue_rep()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h306 …_EXPORT std::uint8_t* __TBB_EXPORTED_FUNC allocate_bounded_queue_rep( std::size_t queue_rep_size );
307 … __TBB_EXPORTED_FUNC deallocate_bounded_queue_rep( std::uint8_t* mem, std::size_t queue_rep_size );