Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 3 of 3) sorted by relevance

/inferno-os/os/port/
H A Dalloc.c16 struct Pool struct
18 char* name;
42 Pool pool[MAXPOOL]; argument
/inferno-os/emu/port/
H A Dalloc.c19 struct Pool struct
21 char* name;
22 int pnum;
46 Pool pool[MAXPOOL]; argument
/inferno-os/include/
H A Dpool.h3 typedef struct Pool Pool; typedef