Home
last modified time | relevance | path

Searched refs:FXMEM_DefaultAlloc (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemnobs.c28 void* FXMEM_DefaultAlloc(int byte_size, int);
40 return FXMEM_DefaultAlloc(sizeofobject, 0); in jpeg_get_small()
62 return FXMEM_DefaultAlloc(sizeofobject, 0); in jpeg_get_large()
/external/pdfium/core/fxcrt/
Dfx_basic_memmgr_unittest.cpp74 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc, 0)); in TEST()
76 void* ptr = FXMEM_DefaultAlloc(1, 0); in TEST()
Dfx_basic_memmgr.cpp11 void* FXMEM_DefaultAlloc(size_t byte_size, int flags) { in FXMEM_DefaultAlloc() function
Dfx_memory.h17 void* FXMEM_DefaultAlloc(size_t byte_size, int flags);
/external/pdfium/third_party/libpng16/
D0000-build-config.patch8 +void* FXMEM_DefaultAlloc(int byte_size, int);
19 + return FXMEM_DefaultAlloc((int)size, 0);
Dpngmem.c22 void* FXMEM_DefaultAlloc(int byte_size, int);
98 return FXMEM_DefaultAlloc((int)size, 0);
/external/pdfium/third_party/zlib_v128/
Dgzguts.h119 extern void* FXMEM_DefaultAlloc(size_t, int);
122 #define malloc(size) FXMEM_DefaultAlloc(size, 0)
Dzutil.c329 extern void* FXMEM_DefaultAlloc(size_t, int);
335 return FXMEM_DefaultAlloc(items * size, 0); in zcalloc()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c265 return FXMEM_DefaultAlloc(size, 1); in _cmsMalloc()
271 void* p = FXMEM_DefaultAlloc(size, 1); in _cmsMallocZero()
301 void* p = FXMEM_DefaultAlloc(size, 1); in _cmsDupMem()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp65 return FXMEM_DefaultAlloc(size, 0); in _TIFFmalloc()