Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A 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 */
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 */
72 FT_UInt32 hash;
[all …]

Completed in 6 milliseconds