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

/bionic/linker/
H A Dlinker_block_allocator.cpp47 struct FreeBlockInfo { struct
54 round_up(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size, 16)),
64 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(free_block_list_);
66 FreeBlockInfo* next_block_info = reinterpret_cast<FreeBlockInfo*>(
99 FreeBlockInfo* block_info = reinterpret_cast<FreeBlockInfo*>(block);
128 FreeBlockInfo* first_bloc
[all...]

Completed in 281 milliseconds