Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftdbgmem.c120 FT_Long alloc_max; member
414 table->alloc_max ); in ft_mem_table_destroy()
595 if ( table->alloc_current > table->alloc_max ) in ft_mem_table_set()
596 table->alloc_max = table->alloc_current; in ft_mem_table_set()
966 table->alloc_current, table->alloc_max, in FT_DumpMemory()