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

  /external/v8/src/heap/
spaces.cc 91 allocation_list_(0),
146 allocation_list_.Add(FreeBlock(aligned_base, size));
165 current_allocation_block_index_ < allocation_list_.length();
167 if (requested <= allocation_list_[current_allocation_block_index_].size) {
173 free_list_.AddAll(allocation_list_);
174 allocation_list_.Clear();
186 allocation_list_.Add(merged);
192 current_allocation_block_index_ < allocation_list_.length();
194 if (requested <= allocation_list_[current_allocation_block_index_].size) {
253 allocation_list_.Free()
    [all...]
spaces.h 1036 List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 225 milliseconds