Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkMalloc.h"
#include "tests/Test.h"
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Functions | |
DEF_TEST (SkFree_SafeToPassNull, reporter) | |
DEF_TEST (SkCalloc_DataIsZeroInitializedAndWriteable, reporter) | |
DEF_TEST (SkMalloc_DataIsWriteable, reporter) | |
DEF_TEST (SkRealloc_DataIsWriteableAndEventuallyFreed, reporter) | |
DEF_TEST | ( | SkCalloc_DataIsZeroInitializedAndWriteable | , |
reporter | |||
) |
Definition at line 20 of file SkMallocTest.cpp.
DEF_TEST | ( | SkFree_SafeToPassNull | , |
reporter | |||
) |
Definition at line 15 of file SkMallocTest.cpp.
DEF_TEST | ( | SkMalloc_DataIsWriteable | , |
reporter | |||
) |
Definition at line 40 of file SkMallocTest.cpp.
DEF_TEST | ( | SkRealloc_DataIsWriteableAndEventuallyFreed | , |
reporter | |||
) |
Definition at line 58 of file SkMallocTest.cpp.