Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLPool.cpp20 static MemoryPool* get_thread_local_memory_pool() { in get_thread_local_memory_pool() function
44 static MemoryPool* get_thread_local_memory_pool() {
55 if (get_thread_local_memory_pool() == fMemPool.get()) { in ~Pool()
74 return get_thread_local_memory_pool(); in IsAttached()
79 SkASSERT(get_thread_local_memory_pool() == nullptr); in attachToThread()
84 MemoryPool* memPool = get_thread_local_memory_pool(); in detachFromThread()
93 MemoryPool* memPool = get_thread_local_memory_pool(); in AllocMemory()
108 MemoryPool* memPool = get_thread_local_memory_pool(); in FreeMemory()