RetroArch
Functions
memb.c File Reference
#include <stdlib.h>
#include <string.h>
#include "uip.h"
#include "memb.h"
Include dependency graph for memb.c:

Functions

void memb_init (struct memb_blks *blk)
 
voidmemb_alloc (struct memb_blks *blk)
 
u8 memb_free (struct memb_blks *blk, void *ptr)
 
u8 memb_ref (struct memb_blks *blk, void *ptr)
 

Function Documentation

◆ memb_alloc()

void* memb_alloc ( struct memb_blks blk)
Here is the caller graph for this function:

◆ memb_free()

u8 memb_free ( struct memb_blks blk,
void ptr 
)
Here is the caller graph for this function:

◆ memb_init()

void memb_init ( struct memb_blks blk)
Here is the caller graph for this function:

◆ memb_ref()

u8 memb_ref ( struct memb_blks blk,
void ptr 
)