Home
last modified time | relevance | path

Searched refs:allocf (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t)); member
225 (*(_VM_(vm)->meth.allocf))((vm),(sz)) )
296 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz))
/titanic_51/usr/src/lib/libast/common/include/
H A Dvmalloc.h64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t)); member
225 (*(_VM_(vm)->meth.allocf))((vm),(sz)) )
296 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz))
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t)); member
225 (*(_VM_(vm)->meth.allocf))((vm),(sz)) )
296 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz))
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t)); member
225 (*(_VM_(vm)->meth.allocf))((vm),(sz)) )
296 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz))
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t)); member
225 (*(_VM_(vm)->meth.allocf))((vm),(sz)) )
296 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz))
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h70 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t,int)); member
236 (*(_VM_(vm)->meth.allocf))((vm),(sz),0) )
308 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz),0)
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c267 return VMRECORD((*Vmregion->meth.allocf)(Vmregion,size));
300 if((newdata = (*Vmregion->meth.allocf)(Vmregion,size)) )
497 f = (Alloca_t*)(*Vmregion->meth.allocf)(Vmregion,size+sizeof(Alloca_t)-1);
H A Dvmdebug.c407 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
H A Dvmprofile.c490 if(!(data = KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c456 { if((u = KPVALLOC(vm, sizeof(Mmuser_t), vm->meth.allocf)) )
H A Dmalloc.c521 addr = (*vm->meth.allocf)(vm, size, local);
769 f = (Alloca_t*)(*Vmregion->meth.allocf)(Vmregion, size+sizeof(Alloca_t)-1, 0);
H A Dvmdebug.c387 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
H A Dvmprofile.c484 if((data = KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )