Home
last modified time | relevance | path

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

/PHP-8.3/ext/random/
H A Drandom.c233 status->state = algo->state_size > 0 ? pecalloc(1, algo->state_size, persistent) : NULL; in php_random_status_alloc()
241 new_status->state = memcpy(new_status->state, old_status->state, algo->state_size); in php_random_status_copy()
H A Dphp_random.h251 const size_t state_size; member
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c2256 #define state_size(x)(sizeof(x)+0)
2319 (*g->frealloc)(g->ud,fromstate(L),state_size(LG),0);
2324 luaM_freemem(L,fromstate(L1),state_size(lua_State));
2330 void*l=(*f)(ud,NULL,0,state_size(LG));

Completed in 21 milliseconds