Searched defs:color (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dkmemleak.c318 * (min_count == -1). No function defined for this color.
319 * Newly created objects don't have any color assigned (object->count == -1)
335 * Objects are considered unreferenced only if their color is white, they have
538 object->count = 0; /* white color initially */
679 static void __paint_it(struct kmemleak_object *object, int color) argument
681 object->min_count = color;
682 if (color == KMEMLEAK_BLACK)
686 static void paint_it(struct kmemleak_object *object, int color) argument
691 __paint_it(object, color);
695 static void paint_ptr(unsigned long ptr, int color) argument
[all...]

Completed in 16 milliseconds