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 87 allocation_list_(0),
142 allocation_list_.Add(FreeBlock(aligned_base, size));
161 current_allocation_block_index_ < allocation_list_.length();
163 if (requested <= allocation_list_[current_allocation_block_index_].size) {
169 free_list_.AddAll(allocation_list_);
170 allocation_list_.Clear();
182 allocation_list_.Add(merged);
188 current_allocation_block_index_ < allocation_list_.length();
190 if (requested <= allocation_list_[current_allocation_block_index_].size) {
249 allocation_list_.Free()
    [all...]
spaces.h 1232 List<FreeBlock> allocation_list_; member in class:v8::internal::CodeRange
    [all...]

Completed in 123 milliseconds