Searched refs:allocf (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/include/
H A Dvmalloc.h70 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t,int)); member in struct:_vmethod_s
236 (*(_VM_(vm)->meth.allocf))((vm),(sz),0) )
308 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz),0)
/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))) ) )

Completed in 104 milliseconds