Searched refs:FXMEM_DefaultRealloc (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | fxft_ftsystem.c | 64 void* FXMEM_DefaultRealloc(void* pointer, int new_size, int flags); 142 return FXMEM_DefaultRealloc(block, new_size, 0); in ft_realloc()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_memory.h | 52 void* FXMEM_DefaultRealloc(void* pointer, size_t new_size, int flags);
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_memmgr.cpp | 118 void* FXMEM_DefaultRealloc(void* p, size_t size, int flags) in FXMEM_DefaultRealloc() function
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmserr.c | 289 return FXMEM_DefaultRealloc(Ptr, size, FXMEM_NONLEAVE); in _cmsRealloc()
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | j2k.c | 10260 void* FXMEM_DefaultRealloc(void* pointer, int new_size, int flags); 10287 return FXMEM_DefaultRealloc(m, s, 0);
|