Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <task.h>
Public Member Functions | |
allocate_root_with_context_proxy (task_group_context &ctx) | |
task &__TBB_EXPORTED_METHOD | allocate (size_t size) const |
void __TBB_EXPORTED_METHOD | free (task &) const |
Private Attributes | |
task_group_context & | my_context |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
|
inline |
Definition at line 158 of file task.h.
task& __TBB_EXPORTED_METHOD tbb::internal::allocate_root_with_context_proxy::allocate | ( | size_t | size | ) | const |
void __TBB_EXPORTED_METHOD tbb::internal::allocate_root_with_context_proxy::free | ( | task & | ) | const |
|
private |