Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
BlockAllocatorTestAccess Class Reference

Static Public Member Functions

template<size_t N>
static size_t ScratchBlockSize (SkSBlockAllocator< N > &pool)
 

Detailed Description

Definition at line 21 of file SkBlockAllocatorTest.cpp.

Member Function Documentation

◆ ScratchBlockSize()

template<size_t N>
static size_t BlockAllocatorTestAccess::ScratchBlockSize ( SkSBlockAllocator< N > &  pool)
inlinestatic

Definition at line 24 of file SkBlockAllocatorTest.cpp.

24 {
25 return (size_t) pool->scratchBlockSize();
26 }
AutoreleasePool pool

The documentation for this class was generated from the following file: