HomeSort by relevance Sort by last modified time
    Searched refs:last_alloca_header (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 138 static header *last_alloca_header = NULL; /* -> last alloca header */ variable
158 for (hp = last_alloca_header; hp != NULL;)
171 last_alloca_header = hp; /* -> last valid storage */
184 ((header *)new)->h.next = last_alloca_header;
187 last_alloca_header = (header *)new;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 152 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. */
204 ((header *) new)->h.next = last_alloca_header;
207 last_alloca_header = (header *) new;

Completed in 25 milliseconds