Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::thread_closure_base Struct Reference

#include <tbb_thread.h>

Inheritance diagram for tbb::internal::thread_closure_base:
Collaboration diagram for tbb::internal::thread_closure_base:

Public Member Functions

voidoperator new (size_t size)
 
void operator delete (void *ptr)
 

Detailed Description

Definition at line 78 of file tbb_thread.h.

Member Function Documentation

◆ operator delete()

void tbb::internal::thread_closure_base::operator delete ( void ptr)
inline

Definition at line 80 of file tbb_thread.h.

80 {free_closure_v3(ptr);}
void __TBB_EXPORTED_FUNC free_closure_v3(void *)
Free a closure allocated by allocate_closure_v3.
Definition: tbb_thread.cpp:41

References tbb::internal::free_closure_v3().

Here is the call graph for this function:

◆ operator new()

void* tbb::internal::thread_closure_base::operator new ( size_t  size)
inline

Definition at line 79 of file tbb_thread.h.

79 {return allocate_closure_v3(size);}
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t size
void *__TBB_EXPORTED_FUNC allocate_closure_v3(size_t size)
Allocate a closure.
Definition: tbb_thread.cpp:35

References tbb::internal::allocate_closure_v3(), and size.

Here is the call graph for this function:

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

Copyright © 2005-2020 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.