RetroArch
|
#include "lwip/opt.h"
Go to the source code of this file.
Enumerations | |
enum | memp_t { MEMP_PBUF, MEMP_RAW_PCB, MEMP_UDP_PCB, MEMP_TCP_PCB, MEMP_TCP_PCB_LISTEN, MEMP_TCP_SEG, MEMP_NETBUF, MEMP_NETCONN, MEMP_API_MSG, MEMP_TCPIP_MSG, MEMP_SYS_TIMEOUT, MEMP_MAX } |
Functions | |
void | memp_init (void) |
void * | memp_malloc (memp_t type) |
void * | memp_realloc (memp_t fromtype, memp_t totype, void *mem) |
void | memp_free (memp_t type, void *mem) |
enum memp_t |