Searched refs:vmfree (Results 1 – 13 of 13) sorted by relevance
/titanic_44/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_44/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_44/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_44/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_44/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_44/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_44/usr/src/lib/libpp/common/ |
H A D | pplib.h | 853 #define free(p) vmfree(Vmregion,(void*)p)
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 2172 vmfree(mp->vm, ep); in load()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1527 fix magic() to do vmfree()
|