Flutter Engine
The Flutter Engine
|
#include <SkDiscardableMemory.h>
Public Member Functions | |
virtual SkDiscardableMemory * | create (size_t bytes)=0 |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Factory class that creates, initializes and locks an SkDiscardableMemory object. If either of these steps fails, a nullptr pointer will be returned.
Definition at line 30 of file SkDiscardableMemory.h.
|
pure virtual |