Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 39897 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +7 lines)
Line 143 Link Here
143
#define FOOTPRINT( field )  Save_Memory( &memory_footprint.##field )
143
#define FT_initial_overhead  memory_footprint.initial_overhead
144
--
144
#define FT_face_object       memory_footprint.face_object
145
#define FT_glyph_object      memory_footprint.glyph_object
146
#define FT_first_instance    memory_footprint.first_instance
147
#define FT_second_instance   memory_footprint.second_instance
Line 145 Link Here
149
#define FOOTPRINT( field )  Save_Memory( &FT_ ## field )
Lines 155-156 Link Here
155
#define PRINT_MEM( field, string ) \
160
#define PRINT_MEM( field, string )  Print_Mem( FT_ ## field, string )
156
          Print_Mem( memory_footprint.##field, string )
157
--

Return to bug 39897