Intel Threading Building Blocks 2.1 for Open Source

Public Member Functions

tbb::internal::allocate_additional_child_of_proxy Class Reference

#include <task.h>

Inheritance diagram for tbb::internal::allocate_additional_child_of_proxy:
Inheritance graph
[legend]

List of all members.

Public Member Functions

taskallocate (size_t size) const
 allocate_additional_child_of_proxy (task &parent_)
void free (task &) const

Detailed Description

Definition at line 56 of file task.h.


Constructor & Destructor Documentation

tbb::internal::allocate_additional_child_of_proxy::allocate_additional_child_of_proxy ( task parent_  )  [inline, explicit]

Definition at line 61 of file task.h.

: self(NULL), parent(parent_) {}


Member Function Documentation

task& tbb::internal::allocate_additional_child_of_proxy::allocate ( size_t  size  )  const

Referenced by operator new().

void tbb::internal::allocate_additional_child_of_proxy::free ( task  )  const

Referenced by operator delete().


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

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

Licensed under the GNU General Public License 2 with the runtime exception.

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.