V8 Project
|
#include <spaces.h>
Public Member Functions | |
intptr_t | Total () |
Public Attributes | |
intptr_t | small_size_ |
intptr_t | medium_size_ |
intptr_t | large_size_ |
intptr_t | huge_size_ |
|
inline |
Definition at line 1701 of file spaces.h.
References huge_size_, large_size_, medium_size_, and small_size_.
Referenced by v8::internal::MarkCompactCollector::CollectEvacuationCandidates(), and v8::internal::FreeListFragmentation().
intptr_t v8::internal::PagedSpace::SizeStats::huge_size_ |
Definition at line 1708 of file spaces.h.
Referenced by v8::internal::FreeListFragmentation(), v8::internal::PagedSpace::ObtainFreeListStatistics(), and Total().
intptr_t v8::internal::PagedSpace::SizeStats::large_size_ |
Definition at line 1707 of file spaces.h.
Referenced by v8::internal::FreeListFragmentation(), v8::internal::PagedSpace::ObtainFreeListStatistics(), and Total().
intptr_t v8::internal::PagedSpace::SizeStats::medium_size_ |
Definition at line 1706 of file spaces.h.
Referenced by v8::internal::FreeListFragmentation(), v8::internal::PagedSpace::ObtainFreeListStatistics(), and Total().
intptr_t v8::internal::PagedSpace::SizeStats::small_size_ |
Definition at line 1705 of file spaces.h.
Referenced by v8::internal::FreeListFragmentation(), v8::internal::PagedSpace::ObtainFreeListStatistics(), and Total().