OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makestrspace
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
memalloc.h
60
char *
makestrspace
(void);
69
#define CHECKSTRSPACE(n, p) { if (sstrnleft < n) p =
makestrspace
(); }
memalloc.c
292
makestrspace
(void)
function
Completed in 445 milliseconds