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_ULong alloc_current; member
573 table->alloc_current += delta; in ft_mem_table_set()
579 table->alloc_current += size; in ft_mem_table_set()
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()
643 table->alloc_current -= node->size; in ft_mem_table_remove()
697 table->alloc_total_max - table->alloc_current > (FT_ULong)size ) in ft_mem_debug_alloc()
800 table->alloc_current + (FT_ULong)delta > table->alloc_total_max ) in ft_mem_debug_realloc()
964 table->alloc_current, table->alloc_max, in FT_DumpMemory()