Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dalloca.c146 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
177 for (hp = last_alloca_header; hp != NULL;)
190 last_alloca_header = hp; /* -> last valid storage. */
209 ((header *) new)->h.next = last_alloca_header;
212 last_alloca_header = (header *) new;

Completed in 7 milliseconds