Searched refs:VM_RSZERO (Results 1 - 11 of 11) sorted by relevance
/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 | vmpool.c | 208 if(data && (type&VM_RSZERO) )
|
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 | vmbest.c | 861 if(data && (type&VM_RSZERO) ) 948 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);
|
/ast/src/lib/librecsort/ |
H A D | rsmethod.c | 47 else if(!(methdata = vmresize(Vmheap,NIL(Void_t*),meth->size,VM_RSZERO)) )
|
H A D | rsopen.c | 39 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 D | rsmerge.c | 407 if(!(mg = (Merge_t*)vmresize(Vmheap,NIL(Void_t*),sizeof(Merge_t),VM_RSZERO)) )
|
/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) )
|
Completed in 22 milliseconds