Home
last modified time | relevance | path

Searched refs:physical_end (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp44 char* physical_end; member in TextSlice
53 t->physical_end = t->begin() + max_size; in allocate()
59 (char*)this, sizeof(TextSlice) + (physical_end - begin()) + 1); in free()
75 return physical_end - logical_end; in avail()
/oneTBB/doc/main/tbb_userguide/
H A DWorking_on_the_Assembly_Line_pipeline.rst74 char* physical_end;
81 t->physical_end = t->begin()+max_size;
86 …pi::tbb::tbb_allocator<char>().deallocate((char*)this, sizeof(TextSlice)+(physical_end-begin())+1);
95 size_t avail() const {return physical_end-logical_end;}