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

/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h40 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:__anon15096
45 return null (if SK_MALLOC_TEMP bit is clear) or throw an exception
46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
658 fPtr = sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_TEMP);
/external/skia/include/core/
H A DSkTypes.h40 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:__anon30509
45 return null (if SK_MALLOC_TEMP bit is clear) or throw an exception
46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
652 fPtr = sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_TEMP);

Completed in 738 milliseconds