|
|
1.1 root 1: struct _mem {
2: struct _mem *next;
3: int size; /* size of individual elements in bytes */
4: int blkf; /* blocking factor */
5: int bsize; /* block size */
6: char *block; /* block */
7: int cnt; /* count of free elem in block */
8: char *freelist; /* free list */
9: int totelem; /* total number elements we have */
10: int freecnt; /* number of times mem_free was called */
11: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.