Searched refs:SK_MALLOC_TEMP (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkTemplates.h333 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP);
348 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP);
392 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP);
412 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP);
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);
/external/chromium_org/third_party/skia/include/core/
H A DSkTemplates.h405 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP);
425 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP);
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);

Completed in 619 milliseconds