Lines Matching refs:real

21 debugobjects is not changing the data structure of the real object so it
53 Each of these functions takes the address of the real object and a
70 This function is called whenever the initialization function of a real
73 When the real object is already tracked by debugobjects it is checked,
78 problem before the real initialization of the object happens. E.g. it
82 When the real object is not yet tracked by debugobjects, debugobjects
83 allocates a tracker object for the real object and sets the tracker
93 This function is called whenever the initialization function of a real
96 When the real object is already tracked by debugobjects it is checked,
101 problem before the real initialization of the object happens. E.g. it
105 When the real object is not yet tracked by debugobjects debugobjects
106 allocates a tracker object for the real object and sets the tracker
117 This function is called whenever the activation function of a real
120 When the real object is already tracked by debugobjects it is checked,
125 problem before the real activation of the object happens. E.g. it can
128 When the real object is not yet tracked by debugobjects then the
142 This function is called whenever the deactivation function of a real
145 When the real object is tracked by debugobjects it is checked, whether
160 When the real object is tracked by debugobjects it is checked, whether
165 before the real destruction of the object happens. E.g. it can
176 When the real object is tracked by debugobjects it is checked, whether
180 fixup function can correct the problem before the real free of the
193 When the real object is not tracked by debugobjects, it calls
199 When the real object is already tracked by debugobjects it is ignored.
254 the function should return false because this is not a real fixup.
305 function should return false because this is not a real fixup.