Home
last modified time | relevance | path

Searched refs:vmresize (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE590 04-12-23 vmalloc/vmbest.c: fix vmresize bug that didn't 0 new data
1756 add vmdisc() and change vmnewof() to use vmresize()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtnew.c51 return vmresize(((Dc_t*)disc)->vm, addr, size, VM_RSMOVE); in memoryf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h167 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 Dvmdcheap.c53 else return vmresize(Vmheap,caddr,nsize,0);
H A Dvmgetmem.c48 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);