Searched refs:fPreAllocMemArray (Results 1 – 2 of 2) sorted by relevance
59 fPreAllocMemArray = NULL; in SkTArray()104 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()308 fPreAllocMemArray = preAllocStorage; in init()346 if (fAllocCount == fReserveCount && NULL != fPreAllocMemArray) { in checkRealloc()347 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()354 if (fMemArray != fPreAllocMemArray) { in checkRealloc()370 void* fPreAllocMemArray; variable
59 fPreAllocMemArray = NULL; in SkTArray()104 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()308 fPreAllocMemArray = preAllocStorage; in init()344 if (fAllocCount == fReserveCount && NULL != fPreAllocMemArray) { in checkRealloc()345 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()352 if (fMemArray != fPreAllocMemArray) { in checkRealloc()368 void* fPreAllocMemArray; variable