/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtdisc.c | 65 if(!(dt->memoryf = disc->memoryf) ) 66 dt->memoryf = dtmemory; 81 if(!(dt->memoryf = disc->memoryf) ) 82 dt->memoryf = dtmemory;
|
H A D | dtnew.c | 49 memoryf(Dt_t* dt, void* addr, size_t size, Dtdisc_t* disc) in memoryf() function 67 if (!dc.ndisc.memoryf) in _dtnew() 68 dc.ndisc.memoryf = memoryf; in _dtnew()
|
H A D | dthash.c | 72 if(!(htbl = (Dtlink_t**)(*dt->memoryf)(dt, 0, n*sizeof(Dtlink_t*), disc)) ) in htable() 88 (void)(*dt->memoryf)(dt, hash->htbl, 0, disc); in htable() 393 if(!(hash = (Dthash_t*)(*dt->memoryf)(dt, 0, sizeof(Dthash_t), dt->disc)) ) in hashevent() 407 (void)(*dt->memoryf)(dt, hash->htbl, 0, dt->disc); in hashevent() 408 (void)(*dt->memoryf)(dt, hash, 0, dt->disc); in hashevent()
|
H A D | dtopen.c | 135 if((h = (Dthold_t*)(dt->memoryf)(dt, NIL(Void_t*), sizeof(Dthold_t), disc)) ) in _dtmake() 154 (void)(*dt->memoryf)(dt, (Void_t*)l, 0, disc); in _dtfree()
|
H A D | dtlist.c | 351 if(!(list = (Dtlist_t*)(*dt->memoryf)(dt, 0, sizeof(Dtlist_t), dt->disc)) ) 364 (void)(*dt->memoryf)(dt, (Void_t*)list, 0, dt->disc);
|
H A D | dttree.c | 646 if(!(tree = (Dttree_t*)(*dt->memoryf)(dt, 0, sizeof(Dttree_t), dt->disc)) ) in treeevent() 659 (void)(*dt->memoryf)(dt, (Void_t*)tree, 0, dt->disc); in treeevent()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmprivate.c | 73 { addr = (Vmuchar_t*)(*vm->disc->memoryf)(vm,seg->addr,seg->extent, 81 { if(!(addr = (Vmuchar_t*)(*vm->disc->memoryf)(vm, NIL(Void_t*), 0, size, vm->disc)) ) 198 reg Vmemory_f memoryf = vm->disc->memoryf; local 217 (*memoryf)(vm,caddr,seg->extent,seg->extent-less,vm->disc) != caddr) 241 if((*memoryf)(vm,caddr,seg->extent,0,vm->disc) == caddr)
|
H A D | vmclose.c | 76 else (*disc->memoryf)(vm,seg->addr,seg->extent,0,disc); 79 (*disc->memoryf)(vm,vmseg->addr,vmseg->extent,0,disc);
|
H A D | vmopen.c | 73 if(!meth || !disc || !disc->memoryf ) 107 if(!(addr = (Vmuchar_t*)(*disc->memoryf)(vmp, NIL(Void_t*), 0, size, disc)) ) 163 (void)(*disc->memoryf)(vmp, addr, size, 0, disc);
|
H A D | vmlast.c | 202 addr = (*vm->disc->memoryf)(vm, seg->addr, seg->extent,
|
H A D | vmmopen.c | 407 mmdc->disc.memoryf = mmgetmem;
|
H A D | vmbest.c | 908 if((*vm->disc->memoryf)(vm,seg->addr,seg->extent,seg->extent+s,
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | cdt.h | 126 Dtmemory_f memoryf;/* to allocate/free memory */ member 134 (dc)->memoryf = (memf), (dc)->eventf = (evf) ) 147 Dtmemory_f memoryf;/* for memory allocation */ member
|
H A D | vmalloc.h | 63 { Vmemory_f memoryf; /* memory manipulator */ member
|