Searched refs:VM_RSZERO (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmgetmem.c48 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
H A Dvmlast.c156 if(data && (type&VM_RSZERO) )
260 if((type&VM_RSZERO) && size > oldsize)
H A Dvmpool.c208 if(data && (type&VM_RSZERO) )
H A Dvmdebug.c485 if(data && (type&VM_RSZERO) )
519 (type&~VM_RSZERO),(*(Vmbest->resizef)) );
536 if(data && (type&VM_RSZERO) && size > oldsize)
H A Dvmprofile.c566 if(addr && (type&VM_RSZERO) )
584 if((addr = KPVRESIZE(vm,data,news,(type&~VM_RSZERO),Vmbest->resizef)) )
610 if(addr && (type&VM_RSZERO) && oldsize < size)
H A Dvmbest.c861 if(data && (type&VM_RSZERO) )
948 if(data && (type&VM_RSZERO) && (size = SIZE(BLOCK(data))&~BITS) > oldz )
H A Dmalloc.c500 addr = (*vm->meth.resizef)(vm, NIL(Void_t*), n_obj*s_obj, VM_RSZERO, local);
/ast/src/lib/librecsort/
H A Drsmethod.c47 else if(!(methdata = vmresize(Vmheap,NIL(Void_t*),meth->size,VM_RSZERO)) )
H A Drsopen.c39 if(rs = (Rs_t*)vmresize(Vmheap,NIL(Void_t*),sizeof(Rs_t),VM_RSZERO))
72 if(!(rs->methdata = (Void_t*)vmresize(Vmheap,NIL(Void_t*),meth->size,VM_RSZERO)) )
H A Drsmerge.c407 if(!(mg = (Merge_t*)vmresize(Vmheap,NIL(Void_t*),sizeof(Merge_t),VM_RSZERO)) )
/ast/src/lib/libast/include/
H A Dvmalloc.h107 #define VM_RSZERO 0000004 /* clear new space */ macro
330 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )

Completed in 22 milliseconds