Home | History | Annotate | Download | only in core

Lines Matching refs:sk_free

53     (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
65 SK_API extern void sk_free(void*);
82 sk_free(p);
401 ~SkAutoFree() { sk_free(fPtr); }
408 previous ptr. Note it is the caller's responsibility to sk_free the
419 sk_free on the returned address.
424 as calling sk_free(detach())
427 sk_free(fPtr);
440 * the lifetime of the block, so the caller must not call sk_free() or delete
451 sk_free(fPtr);
482 sk_free(fPtr);
504 sk_free on the returned address.
522 * call sk_free() or delete on the block.
553 sk_free(fPtr);
560 * the caller must not call sk_free() on it, but must rely on SkAutoSMalloc
579 sk_free(fPtr);