Searched refs:fPreAllocMemArray (Results 1 – 1 of 1) sorted by relevance
69 fPreAllocMemArray = NULL; in SkTArray()114 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()279 if (this->fPreAllocMemArray != this->fItemArray && in swap()280 that->fPreAllocMemArray != that->fItemArray) { in swap()405 fPreAllocMemArray = preAllocStorage; in init()450 if (fAllocCount == fReserveCount && fPreAllocMemArray) { in checkRealloc()451 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()458 if (fMemArray != fPreAllocMemArray) { in checkRealloc()478 void* fPreAllocMemArray; variable