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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1595 struct malloc_chunk* bk;
1910 only the fd/bk pointers of bins, and then use repositioning tricks
1932 #define last(b) ((b)->bk)
1940 BK = P->bk; \
1941 FD->bk = BK; \
2222 bin->fd = bin->bk = bin;
2378 assert(p->fd->bk == p);
2379 assert(p->bk->fd == p);
2558 for (p = last(b); p != b; p = p->bk) {
2568 assert(p->bk
1593 struct malloc_chunk* bk; member in struct:malloc_chunk
[all...]

Completed in 53 milliseconds