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

  /bionic/linker/
linker_allocator.cpp 111 if (page_record->allocated_blocks_cnt == 0) {
116 page_record->allocated_blocks_cnt++;
166 page_record->allocated_blocks_cnt--;
168 if (page_record->allocated_blocks_cnt == 0) {
195 record.allocated_blocks_cnt = 0;
linker_allocator.h 66 size_t allocated_blocks_cnt; member in struct:small_object_page_record

Completed in 491 milliseconds