/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 156 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 D | vmalloc.h | 156 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 D | vmalloc.h | 156 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 D | vmalloc.h | 156 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 D | vmalloc.h | 156 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 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), \
|
/titanic_51/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);
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmgetmem.c | 54 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
|
H A D | vmdcheap.c | 54 else return vmresize(Vmheap,caddr,nsize,0);
|
/titanic_51/usr/src/lib/libast/common/cdt/ |
H A D | dtnew.c | 51 return vmresize(((Dc_t*)disc)->vm, addr, size, VM_RSMOVE); in memoryf()
|
/titanic_51/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()
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 402 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 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()
|