Home
last modified time | relevance | path

Searched defs:Palloc (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/port/
H A Dportdat.h27 typedef struct Palloc Palloc; typedef
539 struct Palloc struct
542 Pallocmem mem[4]; argument
543 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 …]
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h34 typedef struct Palloc Palloc; typedef