Home
last modified time | relevance | path

Searched refs:Vmulong_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c49 { Vmulong_t hash; /* hash value */
52 Vmulong_t max; /* max busy space for region */
56 Vmulong_t nalloc; /* number of alloc calls */
57 Vmulong_t alloc; /* amount allocated */
58 Vmulong_t nfree; /* number of free calls */
59 Vmulong_t free; /* amount freed */
85 reg Vmulong_t h;
101 h = line + (((Vmulong_t)vm)>>4);
113 reg Vmulong_t hn;
221 reg Vmulong_t s;
[all …]
H A Dvmtrace.c58 static char* tritoa(Vmulong_t v, int type) in tritoa()
61 Vmulong_t v; /* value to convert */ in tritoa()
86 v = (Vmulong_t)(-((long)v));
138 bufp = trstrcpy(bufp, tritoa((Vmulong_t)size, 1), ':');
139 bufp = trstrcpy(bufp, tritoa((Vmulong_t)align, 1), ':');
172 bufp = trstrcpy(bufp, tritoa((Vmulong_t)line,1), 0);
182 bufp = trstrcpy(bufp, tritoa((Vmulong_t)func,0), 0);
H A Dvmhdr.h95 typedef unsigned long Vmulong_t; typedef
113 #define VLONG(addr) ((Vmulong_t)((Vmuchar_t*)((Vmulong_t)addr) - (Vmuchar_t*)0) )
453 char* (*vm_itoa)_ARG_((Vmulong_t, int));
H A Dmalloc.c141 static Vmulong_t _Vmdbstart = 0;
142 static Vmulong_t _Vmdbcheck = 0;
143 static Vmulong_t _Vmdbtime = 0;
1107 static Vmulong_t atou(char** sp) in atou()
1109 static Vmulong_t atou(sp) in atou()
1114 Vmulong_t v = 0;
1275 Vmulong_t n; in _vmoptions()
H A Dvmprivate.c284 NIL(char*(*)_ARG_((Vmulong_t,int))), /* _Vmitoa */
H A Dvmdebug.c151 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)DBSIZE(data),-1), ':');