Searched refs:pooladd (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/9/port/ |
| H A D | debugalloc.c | 149 pooladd(Pool *p, Bhdr *q) in pooladd() function 243 pooladd(p, t); in poolalloc() 297 pooladd(p, q); in poolalloc() 336 pooladd(p, b); in poolfree() 657 pooladd(pool, end); in poolcompact()
|
| /plan9/sys/src/libc/port/ |
| H A D | pool.acid | 522 complex Pool pooladd:p; 523 complex Alloc pooladd:anode; 524 complex Free pooladd:lst; 525 complex Free pooladd:olst; 526 complex Free pooladd:node; 527 complex Free pooladd:parent;
|
| H A D | pool.c | 148 static Free* pooladd(Pool*, Alloc*); 378 pooladd(Pool *p, Alloc *anode) in pooladd() function 553 pooladd(p, frag); in trim() 573 pooladd(p, b); in freefromfront() 631 pooladd(p, b); in poolnewarena() 670 pooladd(p, a); in blockgrow() 890 pooladd(p, (Alloc*)wb); in arenacompact() 1215 pooladd(p, ab); in poolfreel()
|