Home
last modified time | relevance | path

Searched refs:vmfree (Results 1 – 22 of 22) sorted by relevance

/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h158 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 Dvmalloc.h158 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 Dvmalloc.h158 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 Dvmalloc.h158 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 Dvmalloc.h158 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 Dvmalloc.h169 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 Dvmopen.c97 vmfree(Vmheap,vm);
110 { vmfree(Vmheap,vm);
H A Dvmdcheap.c53 return vmfree(Vmheap,caddr) >= 0 ? caddr : NIL(Void_t*);
H A Dvmclose.c84 vmfree(Vmheap,vm);
H A Dvmmopen.c237 vmfree(Vmheap, mmdc);
H A Dvmprofile.c200 vmfree(Vmpf,pf);
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmdcheap.c52 return vmfree(Vmheap,caddr) >= 0 ? caddr : NIL(Void_t*);
H A Dvmclose.c86 vmfree(Vmheap,vm);
H A Dvmmopen.c380 (void)vmfree(Vmheap, mmdc);
420 (void)vmfree(Vmheap, mmdc);
H A Dvmprofile.c200 vmfree(Vmpf,pf);
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h32 #define vmfree(v,p) macro
/titanic_51/usr/src/lib/libpp/common/
H A Dpplib.h853 #define free(p) vmfree(Vmregion,(void*)p)
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h847 #define free(p) vmfree(Vmregion,(void*)p)
/titanic_51/usr/src/lib/libast/common/misc/
H A Dmagic.c2172 vmfree(mp->vm, ep); in load()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c2213 vmfree(mp->vm, ep); in load()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE1527 fix magic() to do vmfree()
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1715 fix magic() to do vmfree()