Searched refs:physical_end (Results 1 – 2 of 2) sorted by relevance
44 char* physical_end; member in TextSlice53 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()
74 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;}