Searched defs:SkAutoTMalloc (Results 1 – 1 of 1) sorted by relevance
247 explicit SkAutoTMalloc(size_t count) { in SkAutoTMalloc() function251 SkAutoTMalloc(SkAutoTMalloc<T>&& that) : fPtr(that.release()) {} in SkAutoTMalloc() function