Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dalloca.c161 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
191 for (hp = last_alloca_header; hp != NULL;) in alloca()
204 last_alloca_header = hp; /* -> last valid storage. */ in alloca()
223 ((header *) new)->h.next = last_alloca_header; in alloca()
226 last_alloca_header = (header *) new; in alloca()