Capacity() const | heap::base::internal::SegmentBase | inline |
capacity_ | heap::base::internal::SegmentBase | protected |
CapacityForMallocSize(size_t malloc_size) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlineprivatestatic |
Clear() | heap::base::internal::SegmentBase | inline |
Create(uint16_t min_segment_size) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlinestatic |
Delete(Segment *segment) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlinestatic |
entry(size_t index) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlineprivate |
entry(size_t index) const | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlineprivate |
GetSentinelSegmentAddress() | heap::base::internal::SegmentBase | static |
index_ | heap::base::internal::SegmentBase | protected |
IsEmpty() const | heap::base::internal::SegmentBase | inline |
IsFull() const | heap::base::internal::SegmentBase | inline |
Iterate(Callback callback) const | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | |
MallocSizeForCapacity(size_t num_entries) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlineprivatestatic |
next() const | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inline |
next_ | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | private |
Pop(EntryType *entry) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | |
Push(EntryType entry) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | |
Segment(size_t capacity) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inlineexplicitprivate |
SegmentBase(uint16_t capacity) | heap::base::internal::SegmentBase | inlineexplicit |
set_next(Segment *segment) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | inline |
Size() const | heap::base::internal::SegmentBase | inline |
Update(Callback callback) | heap::base::Worklist< EntryType, MinSegmentSize >::Segment | |