Searched refs:fMemPool (Results 1 – 2 of 2) sorted by relevance
27 if (get_thread_local_memory_pool() == fMemPool.get()) { in ~Pool()32 fMemPool->reportLeaks(); in ~Pool()33 SkASSERT(fMemPool->isEmpty()); in ~Pool()35 VLOG("DELETE Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in ~Pool()40 pool->fMemPool = MemoryPool::Make(/*preallocSize=*/65536, /*minAllocSize=*/32768); in Create()41 VLOG("CREATE Pool:0x%016llX\n", (uint64_t)pool->fMemPool.get()); in Create()50 VLOG("ATTACH Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in attachToThread()52 set_thread_local_memory_pool(fMemPool.get()); in attachToThread()58 SkASSERT(memPool == fMemPool.get()); in detachFromThread()
54 std::unique_ptr<SkSL::MemoryPool> fMemPool; variable