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

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

Completed in 350 milliseconds