Searched defs:_vmalloc_s (Results 1 – 1 of 1) sorted by relevance
80 struct _vmalloc_s struct81 { Vmethod_t meth; /* method for allocation */82 char* file; /* file name */83 int line; /* line number */84 char* func; /* calling function */85 Vmdisc_t* disc; /* discipline to get space */86 Vmdata_t* data; /* the real region data */87 Vmalloc_t* next; /* linked list of regions */