Go to the source code of this file.
|
void | tbb::internal::make_critical (task &t) |
|
bool | tbb::internal::is_critical (task &t) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_root_proxy &) |
|
void | operator delete (void *task, const tbb::internal::allocate_root_proxy &) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_root_with_context_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_root_with_context_proxy &p) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_continuation_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_continuation_proxy &p) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_child_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_child_proxy &p) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_additional_child_of_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_additional_child_of_proxy &p) |
|
◆ __TBB_TASK_BASE_ACCESS
#define __TBB_TASK_BASE_ACCESS private |
◆ __TBB_task_H_include_area
#define __TBB_task_H_include_area |
◆ __itt_caller
◆ operator delete() [1/5]
Definition at line 1171 of file task.h.
1172 p.free( *static_cast<tbb::task*>(
task) );
References p, and task.
◆ operator delete() [2/5]
Definition at line 1163 of file task.h.
1164 p.free( *static_cast<tbb::task*>(
task) );
References p, and task.
◆ operator delete() [3/5]
Definition at line 1155 of file task.h.
1156 p.free( *static_cast<tbb::task*>(
task) );
References p, and task.
◆ operator delete() [4/5]
◆ operator delete() [5/5]
Definition at line 1146 of file task.h.
1147 p.free( *static_cast<tbb::task*>(
task) );
References p, and task.
◆ operator new() [1/5]
Definition at line 1167 of file task.h.
1168 return &
p.allocate(bytes);
References p.
◆ operator new() [2/5]
Definition at line 1159 of file task.h.
1160 return &
p.allocate(bytes);
References p.
◆ operator new() [3/5]
Definition at line 1151 of file task.h.
1152 return &
p.allocate(bytes);
References p.
◆ operator new() [4/5]
◆ operator new() [5/5]
Definition at line 1142 of file task.h.
1143 return &
p.allocate(bytes);
References p.