Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.c132 luaM_free(L, ci); in luaE_freeCI()
151 luaM_free(L, next); /* free next */ in luaE_shrinkCI()
323 luaM_free(L, l); in luaE_freethread()
H A Dlmem.h60 #define luaM_free(L, b) luaM_free_(L, (b), sizeof(*(b))) macro
H A Dlfunc.c279 luaM_free(L, f); in luaF_freeproto()
H A Dltable.c651 luaM_free(L, t); in luaH_free()
H A Dlgc.c769 luaM_free(L, uv); in freeupval()