Searched refs:zcp_lua_alloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 724 zcp_lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) in zcp_lua_alloc() function 763 uint64_t *luabuf = zcp_lua_alloc(ud, NULL, 0, nsize); in zcp_lua_alloc() 768 VERIFY3P(zcp_lua_alloc(ud, ptr, osize, 0), ==, NULL); in zcp_lua_alloc() 1061 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()
|