Home
last modified time | relevance | path

Searched refs:region (Results 1 – 10 of 10) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp1001 region->allocSz = requestSize; in remap()
1002 region->blockSz = alignedSize; in remap()
1007 regionList.add(region); in remap()
1028 usedAddrRange.registerAlloc((uintptr_t)region, (uintptr_t)region + requestSize); in remap()
1232 lastFreeBlock = (uintptr_t)region + region->allocSz - sizeof(LastFreeBlock); in findBlockInRegion()
1255 region->blockSz = blockSz; in findBlockInRegion()
1274 lastBl->memRegion = region; in startUseBlock()
1344 if (!region) { in addNewRegion()
1354 region->type = memRegType; in addNewRegion()
1355 region->allocSz = rawSize; in addNewRegion()
[all …]
H A Dbackend.h305 void releaseRegion(MemRegion *region);
308 FreeBlock *findBlockInRegion(MemRegion *region, size_t exactBlockSize);
309 void startUseBlock(MemRegion *region, FreeBlock *fBlock, bool addToBin);
/oneTBB/include/oneapi/tbb/
H A Dprofiling.h87 …TBB_EXPORT void __TBB_EXPORTED_FUNC itt_region_begin(d1::itt_domain_enum domain, void* region, uns…
89 …TBB_EXPORT void __TBB_EXPORTED_FUNC itt_region_end(d1::itt_domain_enum domain, void* region, unsig…
181 …inline void itt_region_begin( itt_domain_enum domain, void *region, unsigned long long region_extr… in itt_region_begin() argument
183 r1::itt_region_begin( domain, region, region_extra, parent, parent_extra, name_index ); in itt_region_begin()
186 …inline void itt_region_end( itt_domain_enum domain, void *region, unsigned long long region_extra … in itt_region_end() argument
187 r1::itt_region_end( domain, region, region_extra ); in itt_region_end()
/oneTBB/doc/main/tbb_userguide/
H A Dwork_isolation.rst93 functor (also called the isolation region).
97 inside an isolated region, a thread can only execute tasks spawned
98 within the region and their child tasks spawned by other threads. The
103 The isolation region imposes restrictions only upon the thread that
130 // Run the second parallel loop in an isolated region to prevent the current thread
H A DMutual_Exclusion.rst8 region of code. In |full_name|, mutual
100 because if the protected region threw an exception, control would skip
103 the protected region was exited by normal control flow or an exception.
H A DReader_Writer_Mutexes.rst9 protected region. The reader-writer variants of the mutexes, denoted by
/oneTBB/src/tbb/
H A Dprofiling.cpp216 void __TBB_EXPORTED_FUNC itt_region_begin(d1::itt_domain_enum domain, void *region, unsigned long l… in itt_region_begin() argument
221 itt_id_make( &region_id, region, region_extra ); in itt_region_begin()
229 void __TBB_EXPORTED_FUNC itt_region_end(d1::itt_domain_enum domain, void *region, unsigned long lon… in itt_region_end() argument
232 itt_id_make( &region_id, region, region_extra ); in itt_region_end()
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c1752 void __itt_pt_mark(__itt_pt_region region);
1753 void __itt_pt_mark_event(__itt_pt_region region);
1756 ITT_EXTERN_C void _N_(mark_pt_region_begin)(__itt_pt_region region) in _N_()
1761 __itt_pt_mark_event(2*region); in _N_()
1765 __itt_pt_mark(2*region); in _N_()
1768 (void)region; in _N_()
1772 ITT_EXTERN_C void _N_(mark_pt_region_end)(__itt_pt_region region) in _N_()
1777 __itt_pt_mark_event(2*region + 1); in _N_()
1781 __itt_pt_mark(2*region + 1); in _N_()
1784 (void)region; in _N_()
H A Dittnotify.h451 void __itt_mark_pt_region_begin(__itt_pt_region region);
457 void __itt_mark_pt_region_end(__itt_pt_region region);
/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst9 Memory pools allocate and free memory from a specified region or an underlying allocator using