HomeSort by relevance Sort by last modified time
    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 62 milliseconds