Searched refs:frealloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lmem.c | 83 newblock = (*g->frealloc)(g->ud, block, osize, nsize); in luaM_realloc_() 89 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */ in luaM_realloc_()
|
| H A D | lstate.c | 231 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state() 278 g->frealloc = f; in lua_newstate()
|
| H A D | lstate.h | 114 lua_Alloc frealloc; /* function to reallocate memory */ member
|
| H A D | lapi.c | 1160 f = G(L)->frealloc; in lua_getallocf() 1169 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 | 284 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state() 378 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
|