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_ULong alloc_max; member
415 "FreeType: maximum memory footprint = %ld\n", table->alloc_max ); in ft_mem_table_destroy()
597 if ( table->alloc_current > table->alloc_max ) in ft_mem_table_set()
598 table->alloc_max = table->alloc_current; in ft_mem_table_set()
964 table->alloc_current, table->alloc_max, in FT_DumpMemory()