Searched refs:VM_RSZERO (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmgetmem.c | 48 return vmresize(vm, data, size, VM_RSMOVE|VM_RSCOPY|VM_RSZERO);
|
H A D | vmlast.c | 156 if(data && (type&VM_RSZERO) ) 260 if((type&VM_RSZERO) && size > oldsize)
|
H A D | vmdebug.c | 485 if(data && (type&VM_RSZERO) ) 519 (type&~VM_RSZERO),(*(Vmbest->resizef)) ); 536 if(data && (type&VM_RSZERO) && size > oldsize)
|
H A D | vmprofile.c | 566 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 D | vmpool.c | 208 if(data && (type&VM_RSZERO) )
|
H A D | vmbest.c | 861 if(data && (type&VM_RSZERO) ) 949 if(data && (type&VM_RSZERO) && (size = SIZE(BLOCK(data))&~BITS) > oldz )
|
H A D | malloc.c | 500 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 D | vmalloc.h | 107 #define VM_RSZERO 0000004 /* clear new space */ macro 330 (VM_RSMOVE|VM_RSCOPY|VM_RSZERO) )
|