Searched defs:newPtr (Results 1 – 6 of 6) sorted by relevance
189 void* newPtr; in cf2_arrstack_getPointer() local231 void* newPtr = (FT_Byte*)arrstack->ptr + offset; in cf2_arrstack_push() local
343 …void* const newPtr = deAlignedRealloc(ptr, s_alignedReallocCases[caseNdx].newSize, s_alignedRea… in deMemory_selfTest() local
538 void* newPtr = deMemPool_alloc(pool, numBytes); in deMemPool_memDup() local
318 void* newPtr = deAlignedRealloc(ptr, static_cast<size_t>(size), static_cast<size_t>(alignment)); in alignedRealloc() local
64741 void init(const T& newPtr) { in init()64746 void set(const T& newPtr) { in set()64797 void setPtr(T newPtr) { in setPtr()109331 RefPtr<T> newPtr(aSmartPtr); in assign() local109338 RefPtr<T> newPtr(aSmartPtr); in assign() local