Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLPool.cpp18 static MemoryPool* get_thread_local_memory_pool() { in get_thread_local_memory_pool() function
27 if (get_thread_local_memory_pool() == fMemPool.get()) { in ~Pool()
46 return get_thread_local_memory_pool(); in IsAttached()
51 SkASSERT(get_thread_local_memory_pool() == nullptr); in attachToThread()
56 MemoryPool* memPool = get_thread_local_memory_pool(); in detachFromThread()
65 MemoryPool* memPool = get_thread_local_memory_pool(); in AllocMemory()
80 MemoryPool* memPool = get_thread_local_memory_pool(); in FreeMemory()