Home
last modified time | relevance | path

Searched refs:free_size (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc211 std::vector<size_t>& free_size = free_list_stats.free_size; in CollectStatistics() local
214 DCHECK(free_size.empty()); in CollectStatistics()
224 free_size.push_back(entry_size); in CollectStatistics()
/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.cc165 size_t free_size = size - new_size; in ReleasePages() local
170 free_size)); in ReleasePages()
175 free_size, PageAllocator::kNoAccess)); in ReleasePages()
H A Dregion-allocator.h128 size_t free_size() const { return free_size_; } in free_size() function in v8::base::final
H A Dregion-allocator.cc14 // If |free_size| < |region_size| * |kMaxLoadFactorForRandomization| stop trying
152 if (free_size() >= max_load_for_randomization_) { in AllocateRegion()
362 os << "\nfree_size: " << free_size(); in Print()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc293 const size_t free_size = old_size - (free_start - region_.begin()); in Release() local
294 CHECK(InVM(free_start, free_size)); in Release()
295 region_.set_size(old_size - free_size); in Release()
298 return free_size; in Release()
/third_party/node/deps/v8/include/cppgc/
H A Dheap-statistics.h75 std::vector<size_t> free_size; member
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dheap-statistics.h75 std::vector<size_t> free_size; member
/third_party/ffmpeg/tools/
H A Dqt-faststart.c446 uint64_t free_size = 0; in main() local
545 free_size += atom_size; in main()
565 if (fseeko(infile, -(atom_size + free_size), SEEK_END)) { in main()
/third_party/rust/crates/libc/src/
H A Dpsp.rs1684 pub free_size: i32,
1698 pub free_size: i32,
/third_party/ffmpeg/libavformat/
H A Dmovenc.c5320 int free_size = 16 * (mov->ism_lookahead - n); local
5321 avio_wb32(pb, free_size);
5323 ffio_fill(pb, 0, free_size - 8);

Completed in 23 milliseconds