OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MALLOC_FAIL
(Results
1 - 3
of
3
) sorted by null
/system/extras/fatblock/
fatblock.h
70
#define
MALLOC_FAIL
(-41) /* memory allocation failed somewhere. */
import.c
112
ret =
MALLOC_FAIL
;
120
ret =
MALLOC_FAIL
;
227
return
MALLOC_FAIL
;
236
return
MALLOC_FAIL
;
257
ret =
MALLOC_FAIL
;
fs.c
224
return
MALLOC_FAIL
;
Completed in 2577 milliseconds