Searched defs:SK_MALLOC_THROW (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkTypes.h48 SK_MALLOC_THROW = 0x02 //!< instructs sk_malloc to call sk_throw if the memory cannot be allocated. enumerator in enum:__anon13823
56 /** Same as sk_malloc(), but hard coded to pass SK_MALLOC_THROW as the flag
665 fPtr = sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_TEMP);

Completed in 107 milliseconds