Searched defs:Vmethod_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
75 { Vmethod_t meth; /* method for allocation */
124 extern Vmethod_t* Vmbest; /* best allocation */
125 extern Vmethod_t* Vmlast; /* last-block allocation */
126 extern Vmethod_t* Vmpool; /* pool allocation */
127 extern Vmethod_t* Vmdebug; /* allocation with debugging */
128 extern Vmethod_t* Vmprofile; /* profiling memory usage */
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_t*, Vmethod_t*, int ));

Completed in 50 milliseconds