HomeSort by: relevance | last modified time | path
    Searched refs:ft_scalloc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/gzip/
zutil.c 160 extern voidp ft_scalloc OF((uInt items, uInt size));
170 return (voidpf)ft_scalloc(items, size);
  /xsrc/external/mit/freetype/dist/include/freetype/config/
ftstdlib.h 132 #define ft_scalloc calloc macro

Completed in 6 milliseconds