Flutter Engine
The Flutter Engine
|
#include "include/core/SkRefCnt.h"
#include "include/private/chromium/SkDiscardableMemory.h"
#include "src/lazy/SkDiscardableMemoryPool.h"
#include "tests/Test.h"
#include <cstring>
#include <memory>
Go to the source code of this file.
Functions | |
static void | test_dm (skiatest::Reporter *reporter, SkDiscardableMemory *dm, bool assertRelock) |
DEF_TEST (DiscardableMemory_global, reporter) | |
DEF_TEST (DiscardableMemory_nonglobal, reporter) | |
DEF_TEST | ( | DiscardableMemory_global | , |
reporter | |||
) |
Definition at line 51 of file DiscardableMemoryTest.cpp.
DEF_TEST | ( | DiscardableMemory_nonglobal | , |
reporter | |||
) |
Definition at line 58 of file DiscardableMemoryTest.cpp.
|
static |
Definition at line 21 of file DiscardableMemoryTest.cpp.