Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkDataTable.cpp File Reference
#include "include/core/SkDataTable.h"
#include "include/core/SkRefCnt.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkMalloc.h"
#include "include/private/base/SkOnce.h"
#include <cstring>

Go to the source code of this file.

Functions

static void malloc_freeproc (void *context)
 

Function Documentation

◆ malloc_freeproc()

static void malloc_freeproc ( void *  context)
static

Definition at line 17 of file SkDataTable.cpp.

17 {
18 sk_free(context);
19}
SK_API void sk_free(void *)