Searched defs:preallocCount (Results 1 – 3 of 3) sorted by relevance
349 size_t preallocCount = allocateObjects(pool, r); in DEF_TEST() local358 size_t preallocCount = allocateObjects(pool, r); in DEF_TEST() local380 size_t preallocCount = allocateObjects(pool, r); in DEF_TEST() local
158 GrObjectMemoryPool(size_t preallocCount, size_t minAllocCount) in GrObjectMemoryPool()
454 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage()