OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:far_malloc
(Results
1 - 1
of
1
) sorted by null
/external/jpeg/
jmemdos.c
58
#define
far_malloc
(x) farmalloc(x)
macro
63
#define
far_malloc
(x) _fmalloc(x)
macro
69
#define
far_malloc
(x) malloc(x)
macro
185
return (void FAR *)
far_malloc
(sizeofobject);
Completed in 2144 milliseconds