Home
last modified time | relevance | path

Searched refs:FXMEM_DefaultCalloc (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_memory.cpp33 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size) { in FXMEM_DefaultCalloc() function
Dfx_memory.h18 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size);
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp68 return FXMEM_DefaultCalloc(nmemb, siz); in _TIFFcalloc()