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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2249 struct malloc_chunk* bk; member in struct:malloc_chunk
2422 work in the same way as fd/bk pointers of small chunks.
2459 struct malloc_tree_chunk* bk; member in struct:malloc_tree_chunk
2572 waste, we allocate only the fd/bk pointers of bins, and then use
3338 assert(p->fd->bk == p);
3339 assert(p->bk->fd == p);
3379 assert(u->fd->bk == u);
3380 assert(u->bk->fd == u);
3425 mchunkptr p = b->bk;
3430 for (; p != b; p = p->bk) {
[all...]

Completed in 94 milliseconds