Home
last modified time | relevance | path

Searched defs:vmnewof (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h33 #define vmnewof(v,o,t,n,x) (t*)_vm_resize(v,(void*)o,sizeof(t)*(n)+(x)) macro
/titanic_52/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h329 #define vmnewof(v,p,t,n,x) (t*)vmresize((v), (p), sizeof(t)*(n)+(x), \ macro