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

  /system/libufdt/
ufdt_node_pool.c 44 * +--------------+ | *first_free_entry |--\ | ... |
62 struct ufdt_node_pool_entry_header *first_free_entry; member in struct:ufdt_node_pool_block_header
99 struct ufdt_node_pool_entry_header **next_ptr = &block->first_free_entry;
125 struct ufdt_node_pool_entry_header *entry = block->first_free_entry;
127 block->first_free_entry = entry->next;
137 entry->next = block->first_free_entry;
139 block->first_free_entry = entry;
184 if (block == NULL || block->first_free_entry == NULL) {
192 if (block->first_free_entry == NULL && *pool->last_block_ptr != block) {
237 pool->first_block->first_free_entry != NULL)
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 656 int first_free_entry = 1; local
660 if (first_free_entry != i) {
661 entries_.at(first_free_entry) = entry_info;
663 entries_.at(first_free_entry).accessed = false;
667 entry->value = reinterpret_cast<void*>(first_free_entry);
668 ++first_free_entry;
676 entries_.Rewind(first_free_entry);
    [all...]

Completed in 102 milliseconds