Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dalloca.c148 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
179 for (hp = last_alloca_header; hp != NULL;)
192 last_alloca_header = hp; /* -> last valid storage. */
211 ((header *) new)->h.next = last_alloca_header;
214 last_alloca_header = (header *) new;

Completed in 6 milliseconds