Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
D0000-build-config.patch8 +void* FXMEM_DefaultAlloc(size_t byte_size);
19 + return FXMEM_DefaultAlloc(size);
Dpngmem.c22 void* FXMEM_DefaultAlloc(size_t byte_size);
98 return FXMEM_DefaultAlloc(size);
/external/pdfium/core/fxcrt/
Dfx_memory_unittest.cpp75 EXPECT_FALSE(FXMEM_DefaultAlloc(kMaxByteAlloc)); in TEST()
77 void* ptr = FXMEM_DefaultAlloc(1); in TEST()
Dfx_memory.cpp27 void* FXMEM_DefaultAlloc(size_t byte_size) { in FXMEM_DefaultAlloc() function
Dfx_memory.h17 void* FXMEM_DefaultAlloc(size_t byte_size);
/external/pdfium/third_party/lcms/src/
Dcmserr.c78 return FXMEM_DefaultAlloc(size); in _cmsMalloc()
84 void* p = FXMEM_DefaultAlloc(size); in _cmsMallocZero()
114 void* p = FXMEM_DefaultAlloc(size); in _cmsDupMem()
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch54 + return FXMEM_DefaultAlloc(size);
67 + void* p = FXMEM_DefaultAlloc(size);
149 + void* p = FXMEM_DefaultAlloc(size);
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp72 return FXMEM_DefaultAlloc(size); in _TIFFmalloc()