/ast/src/cmd/tests/vmalloc/ |
H A D | talign.c | 46 if(!(vm = vmopen(&Disc,Vmbest,0)) ) 54 if(!(vm = vmopen(&Disc,Vmlast,0)) ) 62 if(!(vm = vmopen(Vmdcheap,Vmbest,0)) ) 72 if(!(vm = vmopen(Vmdcheap,Vmdebug,0)) ) 82 if(!(vm = vmopen(Vmdcheap,Vmbest,0)) ) 95 if(!(vm = vmopen(Vmdcheap,Vmdebug,0)) )
|
H A D | tstat.c | 28 if(!(vm = vmopen(Vmdcheap,Vmbest,0)) ) 44 if(!(vm = vmopen(Vmdcheap,Vmpool,0)) ) 60 if(!(vm = vmopen(Vmdcheap,Vmlast,0)) ) 76 if(!(vm = vmopen(Vmdcheap,Vmdebug,0)) )
|
H A D | tlast.c | 29 if(!(vm = vmopen(Vmdcheap,Vmlast,0)) )
|
H A D | tregion.c | 29 if(!(vm = vmopen(Vmdcheap,Vmbest,0)) )
|
H A D | tsmall.c | 28 if(!(vm = vmopen(Vmdcheap, Vmbest, 0)) )
|
H A D | tmalloc.c | 30 if(!(vm = vmopen(Vmdcheap, Vmbest, 0)) )
|
H A D | twalk.c | 94 if(!(vm1 = vmopen(&Disc,Vmbest,0)) ) 99 if(!(vm2 = vmopen(&Disc,Vmbest,0)) ) 104 if(!(vm3 = vmopen(&Disc,Vmbest,0)) ) 110 if(!(vm4 = vmopen(&Disc,Vmbest,0)) )
|
H A D | tcompact.c | 55 if(!(vm = vmopen(&Disc,Vmbest,0)) )
|
H A D | tpool.c | 54 if(!(vm = vmopen(&Disc,Vmpool,0)) )
|
H A D | tresize.c | 33 if(!(vm = vmopen(Vmdcsbrk, Vmbest, 0)) )
|
/ast/src/lib/libexpr/ |
H A D | exopen.c | 47 !(program->vm = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))) || 48 !(program->ve = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))))
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmgetmem.c | 46 return vmopen(Vmdcheap, Vmbest, 0);
|
H A D | vmopen.c | 56 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) function 58 Vmalloc_t* vmopen(disc, meth, mode) 169 if(disc->exceptf) /* signaling that vmopen succeeded */
|
H A D | malloc.c | 407 { if(data) /* make vmopen allocate all memory using discipline */ 464 if((vm = vmopen(&Regdisc.disc, Vmbest, VM_SHARE)) != NIL(Vmalloc_t*) ) 1315 vm = vmopen(Vmdcsystem, Vmdebug, 0); 1343 vm = vmopen(Vmdcsystem, Vmdebug, 0); 1345 vm = vmopen(Vmdcsystem, Vmprofile, 0); 1347 vm = vmopen(Vmdcsystem, Vmlast, 0); 1363 vm = vmopen(Vmdcsystem, Vmdebug, 0); 1369 vm = vmopen(Vmdcsystem, Vmprofile, 0); 1377 vm = vmopen(Vmdcsystem, Vmdebug, 0); 1390 vm = vmopen(Vmdcsyste [all...] |
/ast/src/lib/libast/astsa/ |
H A D | vmalloc.h | 34 #define vmopen(a,b,c) _vm_open() macro
|
/ast/src/lib/librecsort/ |
H A D | rsopen.c | 62 if(!(rs->vm = (Vmalloc_t*)vmopen(&rs->vmdisc, Vmbest, 0)) ) 67 if(!(rs->vm = (Vmalloc_t*)vmopen(&rs->vmdisc, Vmbest, 0)) )
|
/ast/src/lib/libjcl/ |
H A D | open.c | 48 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(vs = vmopen(Vmdcheap, Vmbest, 0)))
|
/ast/src/cmd/dsslib/lookup/ |
H A D | lookup.c | 63 if (!(vm = vmopen(Vmdcheap, Vmlast, 0)) || !(state = vmnewof(vm, 0, State_t, 1, 0)))
|
/ast/src/cmd/jcl/ |
H A D | cpy2dss.c | 185 if (!(vm = vmopen(Vmdcheap, Vmlast, 0)) || !(cpy = vmnewof(vm, 0, Cpy_t, 1, 0)) || !(cpy->dt = dtnew(vm, &dictdisc, Dtset)))
|
/ast/src/cmd/tests/cdt/ |
H A D | tvthread.c | 71 if(!(vm = vmopen(Vmdcsystem, Vmbest, VM_SHARE)) )
|
/ast/src/cmd/dsslib/merge/ |
H A D | merge.c | 150 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)))
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | ire.c | 171 else if (!(vm = vmopen(Vmdcheap, Vmlast, 0)))
|
/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 153 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/ast/src/lib/libast/port/ |
H A D | mc.c | 243 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0)))
|
/ast/src/lib/libcoshell/ |
H A D | coopen.c | 174 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(co = vmnewof(vm, 0, Coshell_t, 1, 0)))
|