Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp30 struct LinkerBlockAllocatorPage { struct
31 LinkerBlockAllocatorPage* next; argument
32 uint8_t bytes[PAGE_SIZE - 16] __attribute__((aligned(16)));