Searched defs:Palloc (Results 1 – 2 of 2) sorted by relevance
27 typedef struct Palloc Palloc; typedef539 struct Palloc struct542 Pallocmem mem[4]; argument543 Page *head; /* most recently used */544 Page *tail; /* least recently used */545 ulong freecount; /* how many pages on free list now */546 Page *pages; /* array of all pages */547 ulong user; /* how many user pages */548 Page *hash[PGHSIZE];549 Lock hashlock;[all …]
34 typedef struct Palloc Palloc; typedef