Searched refs:Alloca_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c456 typedef struct _alloca_s Alloca_t; typedef in typeref:struct:_alloca_s
460 Alloca_t* next;
479 reg Alloca_t* f;
480 static Alloca_t* Frame;
497 f = (Alloca_t*)(*Vmregion->meth.allocf)(Vmregion,size+sizeof(Alloca_t)-1);

Completed in 59 milliseconds