Home
last modified time | relevance | path

Searched defs:_vmethod_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h69 struct _vmethod_s struct
70 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t,int));
71 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int,int));
72 int (*freef)_ARG_((Vmalloc_t*,Void_t*,int));
73 long (*addrf)_ARG_((Vmalloc_t*,Void_t*,int));
74 long (*sizef)_ARG_((Vmalloc_t*,Void_t*,int));
75 int (*compactf)_ARG_((Vmalloc_t*,int));
76 Void_t* (*alignf)_ARG_((Vmalloc_t*,size_t,size_t,int));
77 unsigned short meth;