/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | malloc.c | 1003 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions() 1021 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions() 1023 vm = vmopen(Vmdcsbrk, Vmprofile, 0); in _vmoptions() 1025 vm = vmopen(Vmdcsbrk, Vmlast, 0); in _vmoptions() 1043 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions() 1049 vm = vmopen(Vmdcsbrk, Vmprofile, 0); in _vmoptions() 1060 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions() 1073 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions() 1079 vm = vmopen(Vmdcsbrk, Vmdebug, 0); in _vmoptions()
|
H A D | vmgetmem.c | 52 return vmopen(Vmdcheap, Vmbest, 0);
|
H A D | vmopen.c | 48 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) in vmopen() function 50 Vmalloc_t* vmopen(disc, meth, mode) in vmopen()
|
H A D | vmmopen.c | 281 if(!(vm = vmopen(&mmdc->disc, Vmbest, VM_TRUST)) )
|
H A D | vmprofile.c | 89 if(!Vmpf && !(Vmpf = vmopen(Vmdcheap,Vmpool,0)) )
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | malloc.c | 407 { if(data) /* make vmopen allocate all memory using discipline */ in regexcept() 464 if((vm = vmopen(&Regdisc.disc, Vmbest, VM_SHARE)) != NIL(Vmalloc_t*) ) in getregion() 1315 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions() 1343 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions() 1345 vm = vmopen(Vmdcsystem, Vmprofile, 0); in _vmoptions() 1347 vm = vmopen(Vmdcsystem, Vmlast, 0); in _vmoptions() 1363 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions() 1369 vm = vmopen(Vmdcsystem, Vmprofile, 0); in _vmoptions() 1377 vm = vmopen(Vmdcsystem, Vmdebug, 0); in _vmoptions() 1390 vm = vmopen(Vmdcsyste in _vmoptions() [all...] |
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) in vmopen() function 58 Vmalloc_t* vmopen(disc, meth, mode) in vmopen() 169 if(disc->exceptf) /* signaling that vmopen succeeded */
|
H A D | vmmopen.c | 349 { if(data) /* VM_OPEN event at start of vmopen() */ 366 else if(type == VM_ENDOPEN) /* at end of vmopen() */ 418 if(!(vm = vmopen(&mmdc->disc, Vmbest, VM_SHARE)) )
|
H A D | vmprofile.c | 89 if(!Vmpf && !(Vmpf = vmopen(Vmdcheap,Vmpool,0)) )
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | vmalloc.h | 34 #define vmopen(a,b,c) _vm_open() macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 153 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
|
/titanic_51/usr/src/contrib/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))) in mcopen()
|
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | mc.c | 245 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0))) in mcopen()
|
/titanic_51/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 222 if (!(vm = vmopen(Vmdcheap, Vmlast, 0))) in dllsopen()
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 678 vmopen;
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 685 vmopen;
|
H A D | Makefile.defs | 644 vmalloc/vmopen.o \
|
/titanic_51/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllscan.c | 224 if (!(vm = vmopen(Vmdcheap, Vmlast, 0))) in dllsopen()
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 182 if (!(vm = vmopen(Vmdcheap, Vmbest, 0))) in findopen()
|