Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_allocator.cpp73 : type_(0), block_size_(0), free_pages_cnt_(0), free_blocks_list_(nullptr) {} in LinkerSmallObjectAllocator()
160 type_ = type; in init()
205 info->type = type_; in alloc_page()
Dlinker_allocator.h115 uint32_t type_; variable