Numworks Epsilon  1.4.1
Graphing Calculator Operating System
stdlib.h File Reference
#include "private/macros.h"
#include <stddef.h>

Go to the source code of this file.

Functions

LIBA_BEGIN_DECLS void free (void *ptr)
 
void * malloc (size_t size)
 
void * realloc (void *ptr, size_t size)
 
void abort (void) __attribute__((noreturn))
 

Function Documentation

◆ abort()

void abort ( void  )

Definition at line 22 of file rt0.cpp.

◆ free()

LIBA_BEGIN_DECLS void free ( void *  ptr)

Definition at line 33 of file malloc.c.

◆ malloc()

void* malloc ( size_t  size)

Definition at line 44 of file malloc.c.

◆ realloc()

void* realloc ( void *  ptr,
size_t  size 
)

Definition at line 67 of file malloc.c.