Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_allocator.cpp28 struct FreeBlockInfo { struct
34 : block_size_(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size), in LinkerBlockAllocator() argument