#include <free-list.h>
Definition at line 27 of file free-list.h.
◆ FreeList() [1/3]
cppgc::internal::FreeList::FreeList |
( |
| ) |
|
◆ FreeList() [2/3]
cppgc::internal::FreeList::FreeList |
( |
const FreeList & | | ) |
|
|
delete |
◆ FreeList() [3/3]
cppgc::internal::FreeList::FreeList |
( |
FreeList && | other | ) |
|
◆ Add()
◆ AddReturningUnusedBounds()
std::pair< Address, Address > cppgc::internal::FreeList::AddReturningUnusedBounds |
( |
Block | block | ) |
|
◆ Allocate()
FreeList::Block cppgc::internal::FreeList::Allocate |
( |
size_t | allocation_size | ) |
|
◆ Append()
void cppgc::internal::FreeList::Append |
( |
FreeList && | other | ) |
|
◆ Clear()
void cppgc::internal::FreeList::Clear |
( |
| ) |
|
◆ CollectStatistics()
◆ ContainsForTesting()
bool cppgc::internal::FreeList::ContainsForTesting |
( |
Block | block | ) |
const |
◆ IsConsistent()
bool cppgc::internal::FreeList::IsConsistent |
( |
size_t | index | ) |
const |
|
private |
◆ IsEmpty()
bool cppgc::internal::FreeList::IsEmpty |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Size()
size_t cppgc::internal::FreeList::Size |
( |
| ) |
const |
◆ biggest_free_list_index_
size_t cppgc::internal::FreeList::biggest_free_list_index_ = 0 |
|
private |
◆ free_list_heads_
◆ free_list_tails_
The documentation for this class was generated from the following files: