Home
last modified time | relevance | path

Searched refs:luaM_free (Results 1 – 9 of 9) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlfunc.c84 luaM_free(L, uv); /* free upvalue */ in luaF_freeupval()
141 luaM_free(L, f); in luaF_freeproto()
H A Dlmem.h29 #define luaM_free(L, b) luaM_realloc_(L, (b), sizeof(*(b)), 0) macro
H A Dlstate.c125 luaM_free(L, ci); in luaE_freeCI()
260 luaM_free(L, l); in luaE_freethread()
H A Dltable.c383 luaM_free(L, t); in luaH_free()
/src/contrib/lua/src/
H A Dlstate.c128 luaM_free(L, ci); in freeCI()
147 luaM_free(L, next); /* free next */ in luaE_shrinkCI()
321 luaM_free(L, l); in luaE_freethread()
H A Dlmem.h56 #define luaM_free(L, b) luaM_free_(L, (b), sizeof(*(b))) macro
H A Dlfunc.c275 luaM_free(L, f); in luaF_freeproto()
H A Dltable.c641 luaM_free(L, t); in luaH_free()
H A Dlgc.c768 luaM_free(L, uv); in freeupval()