Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
allocation.cc File Reference
#include "impeller/base/allocation.h"
#include <algorithm>
#include <cstring>
#include "impeller/base/validation.h"

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

std::shared_ptr< fml::Mappingimpeller::CreateMappingWithCopy (const uint8_t *contents, size_t length)
 
std::shared_ptr< fml::Mappingimpeller::CreateMappingFromAllocation (const std::shared_ptr< Allocation > &allocation)
 
std::shared_ptr< fml::Mappingimpeller::CreateMappingWithString (std::string string)