HomeSort by relevance Sort by last modified time
    Searched refs:FXMEM_DefaultAlloc (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemnobs.c 33 void* FXMEM_DefaultAlloc(int byte_size, int);
49 return FXMEM_DefaultAlloc(sizeofobject, 0);
71 return FXMEM_DefaultAlloc(sizeofobject, 0);
  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_unittest.cpp 65 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc, 0));
67 void* ptr = FXMEM_DefaultAlloc(1, 0);
fx_basic_memmgr.cpp 10 void* FXMEM_DefaultAlloc(size_t byte_size, int flags)
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 123 extern void* FXMEM_DefaultAlloc(size_t, int);
130 #define malloc(size) FXMEM_DefaultAlloc(size, 0)
fx_zlib_zutil.c 333 extern void* FXMEM_DefaultAlloc(size_t, int);
343 return FXMEM_DefaultAlloc(items * size, 0);
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngmem.c 25 void* FXMEM_DefaultAlloc(int byte_size, int);
101 return FXMEM_DefaultAlloc((int)size, 0);
  /external/pdfium/core/include/fxcrt/
fx_memory.h 16 void* FXMEM_DefaultAlloc(size_t byte_size, int flags);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmserr.c 265 return FXMEM_DefaultAlloc(size, 1);
271 void* p = FXMEM_DefaultAlloc(size, 1);
301 void* p = FXMEM_DefaultAlloc(size, 1);

Completed in 6203 milliseconds