Searched defs:LinkerAllocatorPage (Results 1 – 1 of 1) sorted by relevance
23 struct LinkerAllocatorPage { struct24 LinkerAllocatorPage* next; argument25 uint8_t bytes[PAGE_SIZE-sizeof(LinkerAllocatorPage*)]; argument