RetroArch
Enumerations | Functions
memp.h File Reference
#include "lwip/opt.h"
Include dependency graph for memp.h:
This graph shows which files directly or indirectly include this file:

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)
 
voidmemp_malloc (memp_t type)
 
voidmemp_realloc (memp_t fromtype, memp_t totype, void *mem)
 
void memp_free (memp_t type, void *mem)
 

Enumeration Type Documentation

◆ memp_t

enum memp_t
Enumerator
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 

Function Documentation

◆ memp_free()

void memp_free ( memp_t  type,
void mem 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ memp_init()

void memp_init ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ memp_malloc()

void* memp_malloc ( memp_t  type)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ memp_realloc()

void* memp_realloc ( memp_t  fromtype,
memp_t  totype,
void mem 
)