/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 158 extern int vmfree _ARG_(( Vmalloc_t*, Void_t* )); 229 #define vmfree(vm,d) (_VMFL_(vm), \ macro 304 #ifndef vmfree 305 #define vmfree(vm,d) (*(_VM_(vm)->meth.freef))((vm),(Void_t*)(d)) macro
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 158 extern int vmfree _ARG_(( Vmalloc_t*, Void_t* )); 229 #define vmfree(vm,d) (_VMFL_(vm), \ macro 304 #ifndef vmfree 305 #define vmfree(vm,d) (*(_VM_(vm)->meth.freef))((vm),(Void_t*)(d)) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 158 extern int vmfree _ARG_(( Vmalloc_t*, Void_t* )); 229 #define vmfree(vm,d) (_VMFL_(vm), \ macro 304 #ifndef vmfree 305 #define vmfree(vm,d) (*(_VM_(vm)->meth.freef))((vm),(Void_t*)(d)) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 158 extern int vmfree _ARG_(( Vmalloc_t*, Void_t* )); 229 #define vmfree(vm,d) (_VMFL_(vm), \ macro 304 #ifndef vmfree 305 #define vmfree(vm,d) (*(_VM_(vm)->meth.freef))((vm),(Void_t*)(d)) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 158 extern int vmfree _ARG_(( Vmalloc_t*, Void_t* )); 229 #define vmfree(vm,d) (_VMFL_(vm), \ macro 304 #ifndef vmfree 305 #define vmfree(vm,d) (*(_VM_(vm)->meth.freef))((vm),(Void_t*)(d)) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 169 extern int vmfree _ARG_(( Vmalloc_t*, Void_t* )); 240 #define vmfree(vm,d) (_VMFL_(vm), \ macro 316 #ifndef vmfree 317 #define vmfree(vm,d) (*(_VM_(vm)->meth.freef))((vm),(Void_t*)(d),0) macro
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmopen.c | 97 vmfree(Vmheap,vm); 110 { vmfree(Vmheap,vm);
|
H A D | vmdcheap.c | 53 return vmfree(Vmheap,caddr) >= 0 ? caddr : NIL(Void_t*);
|
H A D | vmclose.c | 84 vmfree(Vmheap,vm);
|
H A D | vmmopen.c | 237 vmfree(Vmheap, mmdc);
|
H A D | vmprofile.c | 200 vmfree(Vmpf,pf);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmdcheap.c | 52 return vmfree(Vmheap,caddr) >= 0 ? caddr : NIL(Void_t*);
|
H A D | vmclose.c | 86 vmfree(Vmheap,vm);
|
H A D | vmmopen.c | 380 (void)vmfree(Vmheap, mmdc); 420 (void)vmfree(Vmheap, mmdc);
|
H A D | vmprofile.c | 200 vmfree(Vmpf,pf);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | vmalloc.h | 32 #define vmfree(v,p) macro
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | pplib.h | 853 #define free(p) vmfree(Vmregion,(void*)p)
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplib.h | 847 #define free(p) vmfree(Vmregion,(void*)p)
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 2172 vmfree(mp->vm, ep); in load()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.c | 2213 vmfree(mp->vm, ep); in load()
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 1527 fix magic() to do vmfree()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 1715 fix magic() to do vmfree()
|