Searched defs:vmnewof (Results 1 – 7 of 7) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | vmalloc.h | 33 #define vmnewof(v,o,t,n,x) (t*)_vm_resize(v,(void*)o,sizeof(t)*(n)+(x)) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 317 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 329 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro
|