Searched refs:frealloc (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lmem.c | 51 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns))
|
H A D | lstate.c | 286 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state() 379 g->frealloc = f; in lua_newstate()
|
H A D | lstate.h | 257 lua_Alloc frealloc; /* function to reallocate memory */ member
|
H A D | lapi.c | 1323 f = G(L)->frealloc; in lua_getallocf() 1332 G(L)->frealloc = f; in lua_setallocf()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | lang.opt | 742 frealloc-lhs
|
H A D | invoke.texi | 200 -fpack-derived -frealloc-lhs -frecursive -frepack-arrays @gol 1137 a scalar. See also @option{-frealloc-lhs}. 1926 @item -frealloc-lhs 1927 @opindex @code{frealloc-lhs}
|
H A D | gfortran.info | 515 -fpack-derived -frealloc-lhs -frecursive -frepack-arrays 1245 same variable multiplied by a scalar. See also '-frealloc-lhs'. 1909 '-frealloc-lhs' 21511 * frealloc-lhs: Code Gen Options. (line 429)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | lang.opt | 759 frealloc-lhs
|
H A D | invoke.texi | 200 -fpack-derived -frealloc-lhs -frecursive -frepack-arrays @gol 1184 a scalar. See also @option{-frealloc-lhs}. 1992 @item -frealloc-lhs 1993 @opindex @code{frealloc-lhs}
|
H A D | ChangeLog-2014 | 141 frealloc-lhs, freal-8-real-16, freal-8-real-10, freal-8-real-4,
|
H A D | gfortran.info | 504 -fpack-derived -frealloc-lhs -frecursive -frepack-arrays 1277 same variable multiplied by a scalar. See also '-frealloc-lhs'. 1957 '-frealloc-lhs' 21102 * frealloc-lhs: Code Gen Options. (line 429)
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangCommandLineReference.rst | 3685 .. option:: -frealloc-lhs, -fno-realloc-lhs
|