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

Go to the source code of this file.

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)