HomeSort by relevance Sort by last modified time
    Searched refs:page_record (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_allocator.cpp 109 auto page_record = find_page_record(block_record); local
111 if (page_record->allocated_blocks_cnt == 0) {
115 page_record->free_blocks_cnt--;
116 page_record->allocated_blocks_cnt++;
123 void LinkerSmallObjectAllocator::free_page(linker_vector_t::iterator page_record) {
124 void* page_start = reinterpret_cast<void*>(page_record->page_addr);
144 page_records_.erase(page_record);
149 auto page_record = find_page_record(ptr); local
165 page_record->free_blocks_cnt++;
166 page_record->allocated_blocks_cnt--
    [all...]
linker_allocator.h 123 void free_page(linker_vector_t::iterator page_record);

Completed in 177 milliseconds