HomeSort by relevance Sort by last modified time
    Searched full:ft_mem_table_alloc (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/base/
ftdbgmem.c 226 ft_mem_table_alloc( FT_MemTable table, function
268 ft_mem_table_alloc( table,
481 node = (FT_MemSource)ft_mem_table_alloc( table, sizeof ( *node ) );
549 node = (FT_MemNode)ft_mem_table_alloc( table, sizeof ( *node ) );
700 block = (FT_Byte *)ft_mem_table_alloc( table, size );
803 new_block = (FT_Byte *)ft_mem_table_alloc( table, new_size );
947 sources = (FT_MemSource*)ft_mem_table_alloc(

Completed in 120 milliseconds