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

  /external/v8/src/heap/
spaces.cc 82 allocation_list_(0),
138 allocation_list_.Add(FreeBlock(aligned_base, size));
157 current_allocation_block_index_ < allocation_list_.length();
159 if (requested <= allocation_list_[current_allocation_block_index_].size) {
165 free_list_.AddAll(allocation_list_);
166 allocation_list_.Clear();
178 allocation_list_.Add(merged);
184 current_allocation_block_index_ < allocation_list_.length();
186 if (requested <= allocation_list_[current_allocation_block_index_].size) {
244 allocation_list_.Free()
    [all...]
spaces.h 1139 List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 269 milliseconds