Home
last modified time | relevance | path

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

/external/srec/portable/src/
DPStackSize.c25 static const char * PSTACK_BASE = NULL; variable
35 PSTACK_BASE = (const char *) _alloca(0); in PSTACK_SIZE_INIT()
44 return (PSTACK_BASE - ((const char *) _alloca(0))); in PSTACK_SIZE_GET()