Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftdbgmem.c124 FT_ULong alloc_total_max; member
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()
852 table->alloc_total_max = (FT_ULong)total_max; in ft_mem_debug_init()