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

  /external/pdfium/core/fxcrt/
fx_memory_unittest.cpp 75 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc));
77 void* ptr = FXMEM_DefaultAlloc(1);
fx_memory.cpp 27 void* FXMEM_DefaultAlloc(size_t byte_size) {
fx_memory.h 17 void* FXMEM_DefaultAlloc(size_t byte_size);
  /external/pdfium/third_party/libpng16/
pngmem.c 22 void* FXMEM_DefaultAlloc(size_t byte_size);
98 return FXMEM_DefaultAlloc(size);
  /external/pdfium/third_party/lcms/src/
cmserr.c 78 return FXMEM_DefaultAlloc(size);
84 void* p = FXMEM_DefaultAlloc(size);
114 void* p = FXMEM_DefaultAlloc(size);
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 72 return FXMEM_DefaultAlloc(size);

Completed in 810 milliseconds