Searched refs:zcp_lua_alloc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 718 zcp_lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) in zcp_lua_alloc() function 761 uint64_t *luabuf = zcp_lua_alloc(ud, NULL, 0, nsize); in zcp_lua_alloc() 766 VERIFY3P(zcp_lua_alloc(ud, ptr, osize, 0), ==, NULL); in zcp_lua_alloc() 1053 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()
|