HomeSort by relevance Sort by last modified time
    Searched defs:luaM_freearray (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lmem.h 31 #define luaM_freearray(L, b, n) luaM_reallocv(L, (b), n, 0, sizeof((b)[0]))
  /external/syslinux/com32/lua/src/
lmem.h 31 #define luaM_freearray(L, b, n) luaM_reallocv(L, (b), n, 0, sizeof((b)[0]))

Completed in 227 milliseconds