#include "impeller/base/allocation.h"#include <algorithm>#include <cstring>#include "impeller/base/validation.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingWithCopy (const uint8_t *contents, size_t length) |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingFromAllocation (const std::shared_ptr< Allocation > &allocation) |
| std::shared_ptr< fml::Mapping > | impeller::CreateMappingWithString (std::string string) |