This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct allocsite_entry | |
| { | |
| void *next; | |
| void *prev; | |
| void *allocsite; | |
| struct uniqtype *uniqtype; | |
| }; | |
| struct allocsite_entry allocsites[] = { | |
| { (void*)0, (void*)0, (void*)0, (struct uniqtype *)0 } |
OlderNewer