Searched refs:callfrealloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lmem.c | 47 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) macro 73 return callfrealloc(g, block, os, ns); in firsttry() 76 #define firsttry(g,block,os,ns) callfrealloc(g, block, os, ns) 153 callfrealloc(g, block, osize, 0); in luaM_free_() 167 return callfrealloc(g, block, osize, nsize); /* try again */ in tryagain()
|