Searched refs:KPVALLOC (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmlast.c | 219 if(!(addr = KPVALLOC(vm,size,lastalloc)) ) 380 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
|
H A D | vmhdr.h | 195 #define KPVALLOC(vm,sz,func) (func((vm),(sz),1) ) macro
|
H A D | vmmopen.c | 456 { if((u = KPVALLOC(vm, sizeof(Mmuser_t), vm->meth.allocf)) )
|
H A D | vmbest.c | 935 if((data = KPVALLOC(vm,size,bestalloc)) ) 1040 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,bestalloc)) )
|
H A D | vmdebug.c | 387 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
|
H A D | vmprofile.c | 484 if((data = KPVALLOC(vm,s,(*(Vmbest->allocf))) ) )
|
Completed in 23 milliseconds