Home | History | Annotate | Download | only in base

Lines Matching refs:FT_Long

62     FT_Long       cur_blocks;   /* current number of allocated blocks */
63 FT_Long max_blocks; /* max. number of allocated blocks */
64 FT_Long all_blocks; /* total number of blocks allocated */
66 FT_Long cur_size; /* current cumulative allocated size */
67 FT_Long max_size; /* maximum cumulative allocated size */
68 FT_Long all_size; /* total cumulative allocated size */
70 FT_Long cur_max; /* current maximum allocated size */
94 FT_Long size; /* < 0 if the block was freed */
100 FT_Long free_line_no;
114 FT_Long size;
115 FT_Long nodes;
118 FT_Long alloc_total;
119 FT_Long alloc_current;
120 FT_Long alloc_max;
121 FT_Long alloc_count;
124 FT_Long alloc_total_max;
127 FT_Long alloc_count_max;
192 static FT_Long
193 ft_mem_closest_prime( FT_Long num )
227 FT_Long size )
257 FT_Long new_size;
264 FT_Long i;
270 new_size * (FT_Long)sizeof ( FT_MemNode ) );
331 table->size * (FT_Long)sizeof ( FT_MemNode ) );
348 FT_Long i;
349 FT_Long leak_count = 0;
350 FT_Long leaks = 0;
509 FT_Long size,
510 FT_Long delta )
608 FT_Long delta )
679 FT_Long size )
739 FT_Long cur_size,
740 FT_Long new_size,
746 FT_Long delta;
749 FT_Long line_no = _ft_debug_lineno;
845 FT_Long total_max = ft_strtol( p, NULL, 10 );
858 FT_Long total_count = ft_strtol( p, NULL, 10 );
871 FT_Long keep_alive = ft_strtol( p, NULL, 10 );
947 table, count * (FT_Long)sizeof ( *sources ) );