Searched refs:frealloc (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lmem.c | 82 newblock = (*g->frealloc)(g->ud, block, osize, nsize); in luaM_realloc_() 88 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */ in luaM_realloc_()
|
H A D | lstate.c | 230 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state() 277 g->frealloc = f; in lua_newstate()
|
H A D | lstate.h | 113 lua_Alloc frealloc; /* function to reallocate memory */ member
|
H A D | lapi.c | 1159 f = G(L)->frealloc; in lua_getallocf() 1168 G(L)->frealloc = f; in lua_setallocf()
|
/freebsd/contrib/lua/src/ |
H A D | lmem.c | 47 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns))
|
H A D | lstate.c | 282 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state() 375 g->frealloc = f; in lua_newstate()
|
H A D | lstate.h | 255 lua_Alloc frealloc; /* function to reallocate memory */ member
|
H A D | lapi.c | 1313 f = G(L)->frealloc; in lua_getallocf() 1322 G(L)->frealloc = f; in lua_setallocf()
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 60 # define realloc frealloc
|