Searched refs:zcp_lua_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp.c | 740 zcp_lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) in zcp_lua_alloc() function 784 uint64_t *luabuf = zcp_lua_alloc(ud, NULL, 0, nsize); in zcp_lua_alloc() 789 VERIFY3P(zcp_lua_alloc(ud, ptr, osize, 0), ==, NULL); in zcp_lua_alloc() 1054 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()
|