OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stacknleft
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
memalloc.c
119
int
stacknleft
= MINSIZE;
variable
129
if (nbytes >
stacknleft
) {
140
stacknleft
= blocksize;
146
stacknleft
-= nbytes;
158
stacknleft
+= stacknxt - (char *)p;
169
mark->
stacknleft
=
stacknleft
;
188
stacknleft
= mark->
stacknleft
;
206
int newlen = SHELL_ALIGN(
stacknleft
* 2 + 100)
[
all
...]
memalloc.h
40
int
stacknleft
;
member in struct:stackmark
46
extern int
stacknleft
;
66
#define stackblocksize()
stacknleft
Completed in 26 milliseconds