Searched refs:Vmexcept_f (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmdcheap.c | 56 static Vmdisc_t _Vmdcheap = { heapmem, NIL(Vmexcept_f), 0 };
|
H A D | vmbest.c | 1334 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 D | tcompact.c | 47 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64};
|
H A D | tpool.c | 46 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64};
|
H A D | talign.c | 38 static Vmdisc_t Disc = { alignmem, NIL(Vmexcept_f), 10*1024};
|
H A D | twalk.c | 109 Disc.exceptf = NIL(Vmexcept_f);
|
/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*)); typedef 64 Vmexcept_f exceptf; /* exception handler */
|
Completed in 85 milliseconds