Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dalloca.c142 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
173 for (hp = last_alloca_header; hp != NULL;)
186 last_alloca_header = hp; /* -> last valid storage. */
205 ((header *) new)->h.next = last_alloca_header;
208 last_alloca_header = (header *) new;

Completed in 6 milliseconds