Home | History | Annotate | Download | only in mm

Lines Matching defs:memblock

38 struct memblock {
39 struct memblock *prev, *next; /* All allocated blocks are linked */
56 static struct memblock *_head = 0;
57 static struct memblock *_tail = 0;
61 struct memblock *nb;
128 struct memblock *mb = ((struct memblock *) p) - 1;
138 ptr = ((char *) mb) + sizeof(struct memblock) + mb->length;
160 ptr = ((char *) mb) + sizeof(struct memblock);
175 struct memblock *mb = ((struct memblock *) p) - 1;
190 struct memblock *mb;
224 struct memblock *mb = _head;