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);
371 ~SkAutoFree() { sk_free(fPtr); }
378 previous ptr. Note it is the caller's responsibility to sk_free the
389 sk_free on the returned address.
394 as calling sk_free(detach())
397 sk_free(fPtr);
410 * the lifetime of the block, so the caller must not call sk_free() or delete
421 sk_free(fPtr);
452 sk_free(fPtr);
474 sk_free on the returned address.
492 * call sk_free() or delete on the block.
523 sk_free(fPtr);
530 * the caller must not call sk_free() on it, but must rely on SkAutoSMalloc
549 sk_free(fPtr);