Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp47 struct FreeBlockInfo { struct
54 round_up(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size, 16)), in LinkerBlockAllocator() argument