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

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c723 typedef struct _alloca_s Alloca_t; typedef in typeref:struct:_alloca_s
727 Alloca_t* next;
746 Alloca_t* f;
748 static Alloca_t* Frame;
769 f = (Alloca_t*)(*Vmregion->meth.allocf)(Vmregion, size+sizeof(Alloca_t)-1, 0);

Completed in 20 milliseconds