Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftdbgmem.c119 FT_Long alloc_current; member
571 table->alloc_current += delta; in ft_mem_table_set()
577 table->alloc_current += size; in ft_mem_table_set()
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()
641 table->alloc_current -= node->size; in ft_mem_table_remove()
695 table->alloc_total_max - table->alloc_current > size ) in ft_mem_debug_alloc()
798 table->alloc_current + delta > table->alloc_total_max ) in ft_mem_debug_realloc()
966 table->alloc_current, table->alloc_max, in FT_DumpMemory()