Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkMalloc.h85 static inline void* sk_calloc_canfail(size_t size) { in sk_calloc_canfail() function
/external/skia/src/core/
DSkMallocPixelRef.cpp104 return MakeUsing(sk_calloc_canfail, info, rowBytes); in MakeZeroed()