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

/ast/src/lib/libast/vmalloc/
H A Dvmdcheap.c56 static Vmdisc_t _Vmdcheap = { heapmem, NIL(Vmexcept_f), 0 };
H A Dvmbest.c1334 static Mmdisc_t _Vmdcsystem = { { getmemory, NIL(Vmexcept_f), 64*1024, sizeof(Mmdisc_t) }, FD_INIT, 0 };
1336 static Vmdisc_t _Vmdcsystem = { getmemory, NIL(Vmexcept_f), 0, sizeof(Vmdisc_t) };
/ast/src/cmd/tests/vmalloc/
H A Dtcompact.c47 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64};
H A Dtpool.c46 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64};
H A Dtalign.c38 static Vmdisc_t Disc = { alignmem, NIL(Vmexcept_f), 10*1024};
H A Dtwalk.c109 Disc.exceptf = NIL(Vmexcept_f);
/ast/src/lib/libast/include/
H A Dvmalloc.h44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*)); typedef
64 Vmexcept_f exceptf; /* exception handler */

Completed in 85 milliseconds