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 92 auto page_record = find_page_record(block_record); local
94 if (page_record->allocated_blocks_cnt == 0) {
98 page_record->free_blocks_cnt--;
99 page_record->allocated_blocks_cnt++;
106 void LinkerSmallObjectAllocator::free_page(linker_vector_t::iterator page_record) {
107 void* page_start = reinterpret_cast<void*>(page_record->page_addr);
127 page_records_.erase(page_record);
132 auto page_record = find_page_record(ptr); local
148 page_record->free_blocks_cnt++;
149 page_record->allocated_blocks_cnt--
    [all...]
linker_allocator.h 111 void free_page(linker_vector_t::iterator page_record);

Completed in 96 milliseconds