Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_allocator.cpp23 struct LinkerAllocatorPage { struct
24 LinkerAllocatorPage* next; argument
25 uint8_t bytes[PAGE_SIZE-sizeof(LinkerAllocatorPage*)]; argument