Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
allocation.h File Reference
#include "platform/address_sanitizer.h"
#include "platform/assert.h"

Go to the source code of this file.

Classes

class  dart::ValueObject
 
class  dart::AllStatic
 
class  dart::MallocAllocated
 

Namespaces

namespace  dart
 

Functions

void * dart::calloc (size_t n, size_t size)
 
void * dart::malloc (size_t size)
 
void * dart::realloc (void *ptr, size_t size)