Home
last modified time | relevance | path

Searched refs:VM_RSZERO (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/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 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 Dvmpool.c208 if(data && (type&VM_RSZERO) )
H A Dvmbest.c861 if(data && (type&VM_RSZERO) )
949 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);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h107 #define VM_RSZERO 0000004 /* clear new space */ macro
330 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )