Searched refs:SK_MALLOC_TEMP (Results 1 – 2 of 2) sorted by relevance
73 …SK_MALLOC_TEMP = 0x01, //!< hint to sk_malloc that the requested memory will be freed in the scop… enumerator685 fPtr = sk_malloc_flags(size, SK_MALLOC_THROW | SK_MALLOC_TEMP);
337 fPtr = (T*)sk_malloc_flags(count * sizeof(T), SK_MALLOC_THROW | SK_MALLOC_TEMP); in SkAutoSTMalloc()