Home
last modified time | relevance | path

Searched refs:vmresize (Results 1 – 14 of 14) sorted by relevance

/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h156 extern Void_t* vmresize _ARG_(( Vmalloc_t*, Void_t*, size_t, int ));
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \ macro
299 #ifndef vmresize
300 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\ macro
315 #define vmoldof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
/titanic_51/usr/src/lib/libast/common/include/
H A Dvmalloc.h156 extern Void_t* vmresize _ARG_(( Vmalloc_t*, Void_t*, size_t, int ));
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \ macro
299 #ifndef vmresize
300 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\ macro
315 #define vmoldof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h156 extern Void_t* vmresize _ARG_(( Vmalloc_t*, Void_t*, size_t, int ));
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \ macro
299 #ifndef vmresize
300 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\ macro
315 #define vmoldof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h156 extern Void_t* vmresize _ARG_(( Vmalloc_t*, Void_t*, size_t, int ));
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \ macro
299 #ifndef vmresize
300 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\ macro
315 #define vmoldof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h156 extern Void_t* vmresize _ARG_(( Vmalloc_t*, Void_t*, size_t, int ));
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \ macro
299 #ifndef vmresize
300 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\ macro
315 #define vmoldof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \
/titanic_51/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), \
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmgetmem.c48 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
H A Dvmdcheap.c53 else return vmresize(Vmheap,caddr,nsize,0);
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmgetmem.c54 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
H A Dvmdcheap.c54 else return vmresize(Vmheap,caddr,nsize,0);
/titanic_51/usr/src/lib/libast/common/cdt/
H A Ddtnew.c51 return vmresize(((Dc_t*)disc)->vm, addr, size, VM_RSMOVE); in memoryf()
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtnew.c51 return vmresize(((Dc_t*)disc)->vm, addr, size, VM_RSMOVE); in memoryf()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE402 04-12-23 vmalloc/vmbest.c: fix vmresize bug that didn't 0 new data
1568 add vmdisc() and change vmnewof() to use vmresize()
/titanic_51/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()