Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::allocate_root_with_context_proxy Class Reference

#include <task.h>

Inheritance diagram for tbb::internal::allocate_root_with_context_proxy:
Collaboration diagram for tbb::internal::allocate_root_with_context_proxy:

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_contextmy_context
 

Detailed Description

Definition at line 140 of file task.h.

Constructor & Destructor Documentation

◆ allocate_root_with_context_proxy()

tbb::internal::allocate_root_with_context_proxy::allocate_root_with_context_proxy ( task_group_context ctx)
inline

Definition at line 143 of file task.h.

143 : my_context(ctx) {}

Member Function Documentation

◆ allocate()

task& __TBB_EXPORTED_METHOD tbb::internal::allocate_root_with_context_proxy::allocate ( size_t  size) const

◆ free()

void __TBB_EXPORTED_METHOD tbb::internal::allocate_root_with_context_proxy::free ( task ) const

Member Data Documentation

◆ my_context

task_group_context& tbb::internal::allocate_root_with_context_proxy::my_context
private

Definition at line 141 of file task.h.


The documentation for this class was generated from the following file:

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.