RetroArch
Macros | Functions
lmem.c File Reference
#include "lprefix.h"
#include <stddef.h>
#include "lua.h"
#include "ldebug.h"
#include "ldo.h"
#include "lgc.h"
#include "lmem.h"
#include "lobject.h"
#include "lstate.h"
Include dependency graph for lmem.c:

Macros

#define lmem_c
 
#define LUA_CORE
 
#define MINSIZEARRAY   4
 

Functions

voidluaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, int limit, const char *what)
 
l_noret luaM_toobig (lua_State *L)
 
voidluaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize)
 

Macro Definition Documentation

◆ lmem_c

#define lmem_c

◆ LUA_CORE

#define LUA_CORE

◆ MINSIZEARRAY

#define MINSIZEARRAY   4

Function Documentation

◆ luaM_growaux_()

void* luaM_growaux_ ( lua_State L,
void block,
int *  size,
size_t  size_elems,
int  limit,
const char *  what 
)
Here is the call graph for this function:

◆ luaM_realloc_()

void* luaM_realloc_ ( lua_State L,
void block,
size_t  osize,
size_t  nsize 
)
Here is the call graph for this function:

◆ luaM_toobig()

l_noret luaM_toobig ( lua_State L)
Here is the call graph for this function:
Here is the caller graph for this function: