OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(
479
node = (FT_MemSource)
ft_mem_table_alloc
( table, sizeof ( *node ) );
547
node = (FT_MemNode)
ft_mem_table_alloc
( table, sizeof ( *node ) );
698
block = (FT_Byte *)
ft_mem_table_alloc
( table, size );
801
new_block = (FT_Pointer)
ft_mem_table_alloc
( table, new_size );
946
ft_mem_table_alloc
(
Completed in 223 milliseconds