Home
last modified time | relevance | path

Searched refs:Vmethod_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef
81 { Vmethod_t meth; /* method for allocation */
131 extern Vmethod_t* Vmbest; /* best allocation */
132 extern Vmethod_t* Vmlast; /* last-block allocation */
133 extern Vmethod_t* Vmpool; /* pool allocation */
134 extern Vmethod_t* Vmdebug; /* allocation with debugging */
135 extern Vmethod_t* Vmprofile; /* profiling memory usage */
153 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmopen.c56 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) in vmopen()
60 Vmethod_t* meth; /* method to manage space */
80 memcpy(&vmp->meth, meth, sizeof(Vmethod_t));
H A Dvmpool.c298 static Vmethod_t _Vmpool =
310 __DEFINE__(Vmethod_t*,Vmpool,&_Vmpool);
H A Dvmlast.c413 static Vmethod_t _Vmlast =
425 __DEFINE__(Vmethod_t*,Vmlast,&_Vmlast);
H A Dvmdebug.c727 static Vmethod_t _Vmdebug =
739 __DEFINE__(Vmethod_t*,Vmdebug,&_Vmdebug);
H A Dvmprofile.c691 static Vmethod_t _Vmprofile =
703 __DEFINE__(Vmethod_t*,Vmprofile,&_Vmprofile);
H A Dvmbest.c1340 static Vmethod_t _Vmbest =
1387 __DEFINE__(Vmethod_t*, Vmbest, &_Vmbest);