Home
last modified time | relevance | path

Searched refs:Vmregion (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h143 extern Vmalloc_t* Vmregion; /* malloc region */
254 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
257 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
259 #define valloc(s) (_VMFL_(Vmregion), _ast_valloc((size_t)(s) )
267 #define malloc(s) (_VMFL_(Vmregion), malloc((size_t)(s)) )
270 #define free(d) (_VMFL_(Vmregion), free((Void_t*)(d)) )
272 #define valloc(s) (_VMFL_(Vmregion), valloc((size_t)(s) )
274 #define strdup(s) ( _VMFL_(Vmregion), (strdup)((char*)(s)) )
280 #define malloc(s) (_VMFL_(Vmregion), _VMNM_(mallo,/,*,*,/,c)\
289 #define valloc(s) (_VMFL_(Vmregion), _VMNM_(vallo,/,*,*,/,c)\
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c241 vmdbcheck(Vmregion); \
263 Vmregion->file = file; in vmflinit()
264 Vmregion->line = line; in vmflinit()
265 Vmregion->func = func; in vmflinit()
339 return Vmregion; in regionof()
349 return Vmregion; in regionof()
428 return Vmregion; in getregion()
434 return Vmregion; in getregion()
596 if(vm == Vmregion && Vmregion != Vmheap || (_Vmassert & VM_free))
766 Vmregion->line = line;
[all …]
H A Dvmstat.c50 return (vm ? vm : Vmregion)->data->lock;
H A Dvmdebug.c704 vmstat(vm ? vm : Vmregion, &st);
H A Dvmbest.c1386 __DEFINE__(Vmalloc_t*, Vmregion, &_Vmheap);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c78 if (disc = vmdisc(Vmregion, NiL)) in memfatal()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h55 extern Vmalloc_t* Vmregion;
H A Dvmalloc.c31 Vmalloc_t* Vmregion; variable
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h847 #define free(p) vmfree(Vmregion,(void*)p)
849 #define newof(p,t,n,x) vmnewof(Vmregion,p,t,n,x)
851 #define oldof(p,t,n,x) vmoldof(Vmregion,p,t,n,x)
853 #define strdup(s) vmstrdup(Vmregion,s)
H A DRELEASE106 02-01-24 pplib.h: use vmalloc(Vmregion) if _std_malloc
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h141 #define vmbusy() vmlocked(Vmregion)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c162 Vmdisc_t* dp = vmdisc(Vmregion,0); in sh_fault()
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers1042 Vmregion {