RetroArch
Functions
btmemb.c File Reference
#include <stdlib.h>
#include <string.h>
#include "asm.h"
#include "processor.h"
#include "bt.h"
#include "btmemb.h"
Include dependency graph for btmemb.c:

Functions

void btmemb_init (struct memb_blks *blk)
 
voidbtmemb_alloc (struct memb_blks *blk)
 
u8 btmemb_free (struct memb_blks *blk, void *ptr)
 
u8 btmemb_ref (struct memb_blks *blk, void *ptr)
 

Function Documentation

◆ btmemb_alloc()

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

◆ btmemb_free()

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

◆ btmemb_init()

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

◆ btmemb_ref()

u8 btmemb_ref ( struct memb_blks blk,
void ptr 
)