Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlmem.h33 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s)) macro
34 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t)))