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

/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h42 SK_MALLOC_TEMP = 0x01, //!< hint to sk_malloc that the requested memory will be freed in the scope of the stack frame enumerator in enum:__anon14388
47 return null (if SK_MALLOC_TEMP bit is clear) or throw an exception
48 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
620 fPtr = sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_TEMP);
/external/skia/include/core/
H A DSkTypes.h42 SK_MALLOC_TEMP = 0x01, //!< hint to sk_malloc that the requested memory will be freed in the scope of the stack frame enumerator in enum:__anon26278
47 return null (if SK_MALLOC_TEMP bit is clear) or throw an exception
48 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
620 fPtr = sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_TEMP);

Completed in 110 milliseconds