Lines Matching full:objects
11 kernel objects and validate the operations on those.
15 - Activation of uninitialized objects
17 - Initialization of active objects
19 - Usage of freed/destroyed objects
62 tracking objects and the state of the internal tracking objects pool.
75 active and destroyed objects. When debugobjects detects an error, then
98 active and destroyed objects. When debugobjects detects an error, then
112 object returns. Otherwise we keep track of stale objects.
122 active and destroyed objects. When debugobjects detects an error, then
131 objects. The fixup function checks whether the object is valid and calls
147 or destroyed objects.
156 prevent the usage of invalid objects, which are still available in
157 memory: either statically allocated objects or objects which are freed
162 destroyed objects. When debugobjects detects an error, then it calls the
177 the object can be freed. Free is not allowed for active objects. When
247 The activation of statically initialized objects is a special case. When
301 The handling of statically initialized objects is a special case. The