Searched refs:slab_info (Results 1 - 1 of 1) sorted by relevance

/system/extras/showslab/
H A Dshowslab.c19 struct slab_info { struct
21 struct slab_info *next;
46 typedef int (*sort_t)(const struct slab_info *, const struct slab_info *);
58 * Returns the head of the new list of slab_info structures, or NULL on error.
60 static struct slab_info * get_slabinfo(struct slab_stat *stats)
62 struct slab_info *head = NULL, *p = NULL, *prev = NULL;
97 p = malloc(sizeof (struct slab_info));
158 * provided slab_info linked list
160 static void free_slablist(struct slab_info *lis
[all...]

Completed in 31 milliseconds