Searched refs:luaM_malloc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lmem.h | 33 #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)))
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lmem.h | 45 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s)) macro 46 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t)))
|