• Home
  • Raw
  • Download

Lines Matching full:called

70 This function is called whenever the initialization function of a real
71 object is called.
93 This function is called whenever the initialization function of a real
94 object which resides on the stack is called.
117 This function is called whenever the activation function of a real
118 object is called.
129 fixup_activate function is called if available. This is necessary to
142 This function is called whenever the deactivation function of a real
143 object is called.
155 This function is called to mark an object destroyed. This is useful to
174 This function is called before an object is freed.
191 This function is called to assert that an object has been initialized.
213 This function is called from the debug code whenever a problem in
217 Called from debug_object_init when the object state is:
231 This function is called from the debug code whenever a problem in
234 Called from debug_object_activate when the object state is:
249 then fixup_activate() is called with object state
259 This function is called from the debug code whenever a problem in
262 Called from debug_object_destroy when the object state is:
272 This function is called from the debug code whenever a problem in
273 debug_object_free is detected. Further it can be called from the debug
277 Called from debug_object_free() or debug_check_no_obj_freed() when
288 This function is called from the debug code whenever a problem in
291 Called from debug_object_assert_init() with a hardcoded state
298 Note, this function should make sure debug_object_init() is called
304 should be called to make the object known to the tracker. Then the