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

/ast/src/lib/libast/include/
H A Dvmalloc.h41 typedef struct _vmethod_s Vmethod_t; typedef in typeref:struct:_vmethod_s
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 ));

Completed in 10 milliseconds