Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp187 void* Pointer; member
190 MemStruct() : Pointer(nullptr), Size(0) {} in MemStruct()
191 MemStruct(void* ptr, UINT sz) : Pointer(ptr), Size(sz) {} in MemStruct()
772 tmp=Trealloc(PointerList[i].Pointer,PointerList[i].Size*2); in NULLReturn()
785 PointerList[i].Pointer = tmp; in NULLReturn()
795 if (NonZero(PointerList[i].Pointer, PointerList[i].Size)) { in NULLReturn()
807 Tfree(PointerList[i].Pointer); in NULLReturn()
/oneTBB/doc/main/tbb_userguide/
H A DWorking_on_the_Assembly_Line_pipeline.rst71 // Pointer to one past last character in sequence
73 // Pointer to one past last available byte in sequence.
88 // Pointer to beginning of sequence
90 // Pointer to one past last character in sequence