Home
last modified time | relevance | path

Searched defs:FT_MemSourceRec_ (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/base/
Dftdbgmem.c57 typedef struct FT_MemSourceRec_ struct
59 const char* file_name;
60 long line_no;
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 */
[all …]