Searched refs:KPVALLOC (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmlast.c219 if(!(addr = KPVALLOC(vm,size,lastalloc)) )
380 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
H A Dvmhdr.h195 #define KPVALLOC(vm,sz,func) (func((vm),(sz),1) ) macro
H A Dvmmopen.c456 { if((u = KPVALLOC(vm, sizeof(Mmuser_t), vm->meth.allocf)) )
H A Dvmbest.c935 if((data = KPVALLOC(vm,size,bestalloc)) )
1040 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,bestalloc)) )
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 23 milliseconds