Searched refs:vmopen (Results 1 - 25 of 52) sorted by relevance

123

/ast/src/cmd/tests/vmalloc/
H A Dtalign.c46 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 Dtstat.c28 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 Dtlast.c29 if(!(vm = vmopen(Vmdcheap,Vmlast,0)) )
H A Dtregion.c29 if(!(vm = vmopen(Vmdcheap,Vmbest,0)) )
H A Dtsmall.c28 if(!(vm = vmopen(Vmdcheap, Vmbest, 0)) )
H A Dtmalloc.c30 if(!(vm = vmopen(Vmdcheap, Vmbest, 0)) )
H A Dtwalk.c94 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 Dtcompact.c55 if(!(vm = vmopen(&Disc,Vmbest,0)) )
H A Dtpool.c54 if(!(vm = vmopen(&Disc,Vmpool,0)) )
H A Dtresize.c33 if(!(vm = vmopen(Vmdcsbrk, Vmbest, 0)) )
/ast/src/lib/libexpr/
H A Dexopen.c47 !(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 Dvmgetmem.c46 return vmopen(Vmdcheap, Vmbest, 0);
H A Dvmopen.c56 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 Dmalloc.c407 { 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 Dvmalloc.h34 #define vmopen(a,b,c) _vm_open() macro
/ast/src/lib/librecsort/
H A Drsopen.c62 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 Dopen.c48 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(vs = vmopen(Vmdcheap, Vmbest, 0)))
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c63 if (!(vm = vmopen(Vmdcheap, Vmlast, 0)) || !(state = vmnewof(vm, 0, State_t, 1, 0)))
/ast/src/cmd/jcl/
H A Dcpy2dss.c185 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 Dtvthread.c71 if(!(vm = vmopen(Vmdcsystem, Vmbest, VM_SHARE)) )
/ast/src/cmd/dsslib/merge/
H A Dmerge.c150 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)))
/ast/src/cmd/dsslib/ip_t/
H A Dire.c171 else if (!(vm = vmopen(Vmdcheap, Vmlast, 0)))
/ast/src/lib/libast/include/
H A Dvmalloc.h153 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/ast/src/lib/libast/port/
H A Dmc.c243 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0)))
/ast/src/lib/libcoshell/
H A Dcoopen.c174 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(co = vmnewof(vm, 0, Coshell_t, 1, 0)))

Completed in 47 milliseconds

123