Searched defs:Available (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Dfile_stream_win.cc195 int64 FileStream::Available() { function in class:net::FileStream
H A Dfile_stream_posix.cc365 int64 FileStream::Available() { function in class:net::FileStream
/external/v8/src/
H A Dspaces.h482 static int Available() { return capacity_ < size_ ? 0 : capacity_ - size_; } function in class:v8::internal::MemoryAllocator
489 return (Available() / Page::kPageSize) * Page::kObjectAreaSize;
790 int Available() { return available_; } function in class:v8::internal::BASE_EMBEDDED
881 // Current capacity without growing (Size() + Available() + Waste()).
888 // Available bytes without growing.
889 int Available() { return accounting_stats_.Available(); } function in class:v8::internal::PagedSpace
1310 int Available() { return Capacity() - Size(); } function in class:v8::internal::NewSpace
1620 // Available bytes on the free list.
1941 // LargeObjectSpace::Available
1982 int Available() { function in class:v8::internal::LargeObjectSpace
[all...]
H A Dheap.cc153 int Heap::Available() { function in class:v8::internal::Heap
156 return new_space_.Available() +
157 old_pointer_space_->Available() +
158 old_data_space_->Available() +
159 code_space_->Available() +
160 map_space_->Available() +
161 cell_space_->Available();
249 MemoryAllocator::Available());
252 new_space_.Available());
255 old_pointer_space_->Available(),
[all...]

Completed in 89 milliseconds