Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "py/mpconfig.h"
#include "py/misc.h"
#include "py/mpstate.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_printf(...) (void)0 |
Functions | |
STATIC void * | realloc_ext (void *ptr, size_t n_bytes, bool allow_move) |
void * | m_malloc (size_t num_bytes) |
void * | m_malloc_maybe (size_t num_bytes) |
void * | m_malloc0 (size_t num_bytes) |
void * | m_realloc (void *ptr, size_t new_num_bytes) |
void * | m_realloc_maybe (void *ptr, size_t new_num_bytes, bool allow_move) |
void | m_free (void *ptr) |