HomeSort by relevance Sort by last modified time
    Searched refs:FXMEM_DefaultCalloc (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/
fx_memory.cpp 33 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size) {
fx_memory.h 18 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size);
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 68 return FXMEM_DefaultCalloc(nmemb, siz);

Completed in 176 milliseconds