Searched refs:preallocStorage (Results 1 – 2 of 2) sorted by relevance
464 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument467 SkASSERT(preallocStorage); in initWithPreallocatedStorage()477 fMemArray = preallocStorage; in initWithPreallocatedStorage()
476 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument479 SkASSERT(preallocStorage); in initWithPreallocatedStorage()489 fItemArray = (T*)preallocStorage; in initWithPreallocatedStorage()