HomeSort by relevance Sort by last modified time
    Searched full:far_malloc (Results 1 - 2 of 2) 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);
  /external/qemu/distrib/jpeg-6b/
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 389 milliseconds