Searched refs:vmresize (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 167 extern Void_t* vmresize _ARG_(( Vmalloc_t*, Void_t*, size_t, int )); 237 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \ macro 311 #ifndef vmresize 312 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\ macro 327 #define vmoldof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ 329 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmgetmem.c | 48 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
|
H A D | vmdcheap.c | 53 else return vmresize(Vmheap,caddr,nsize,0);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtnew.c | 51 return vmresize(((Dc_t*)disc)->vm, addr, size, VM_RSMOVE); in memoryf()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 590 04-12-23 vmalloc/vmbest.c: fix vmresize bug that didn't 0 new data 1756 add vmdisc() and change vmnewof() to use vmresize()
|