Searched refs:FXMEM_DefaultAlloc (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemnobs.c | 28 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/ |
D | fx_basic_memmgr_unittest.cpp | 74 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc, 0)); in TEST() 76 void* ptr = FXMEM_DefaultAlloc(1, 0); in TEST()
|
D | fx_basic_memmgr.cpp | 11 void* FXMEM_DefaultAlloc(size_t byte_size, int flags) { in FXMEM_DefaultAlloc() function
|
D | fx_memory.h | 17 void* FXMEM_DefaultAlloc(size_t byte_size, int flags);
|
/external/pdfium/third_party/libpng16/ |
D | 0000-build-config.patch | 8 +void* FXMEM_DefaultAlloc(int byte_size, int); 19 + return FXMEM_DefaultAlloc((int)size, 0);
|
D | pngmem.c | 22 void* FXMEM_DefaultAlloc(int byte_size, int); 98 return FXMEM_DefaultAlloc((int)size, 0);
|
/external/pdfium/third_party/zlib_v128/ |
D | gzguts.h | 119 extern void* FXMEM_DefaultAlloc(size_t, int); 122 #define malloc(size) FXMEM_DefaultAlloc(size, 0)
|
D | zutil.c | 329 extern void* FXMEM_DefaultAlloc(size_t, int); 335 return FXMEM_DefaultAlloc(items * size, 0); in zcalloc()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmserr.c | 265 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/ |
D | ccodec_tiffmodule.cpp | 65 return FXMEM_DefaultAlloc(size, 0); in _TIFFmalloc()
|