Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h454 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument
457 SkASSERT(preallocStorage); in initWithPreallocatedStorage()
467 fMemArray = preallocStorage; in initWithPreallocatedStorage()