#include <FreeList.h>
◆ FreeList() [1/2]
JSC::FreeList::FreeList |
( |
| ) |
|
|
inline |
◆ FreeList() [2/2]
JSC::FreeList::FreeList |
( |
| ) |
|
|
inline |
◆ allocationWillFail() [1/2]
bool JSC::FreeList::allocationWillFail |
( |
| ) |
const |
|
inline |
◆ allocationWillFail() [2/2]
bool JSC::FreeList::allocationWillFail |
( |
| ) |
const |
|
inline |
◆ allocationWillSucceed() [1/2]
bool JSC::FreeList::allocationWillSucceed |
( |
| ) |
const |
|
inline |
◆ allocationWillSucceed() [2/2]
bool JSC::FreeList::allocationWillSucceed |
( |
| ) |
const |
|
inline |
◆ bump() [1/2]
static FreeList JSC::FreeList::bump |
( |
char * |
payloadEnd, |
|
|
unsigned |
remaining |
|
) |
| |
|
inlinestatic |
◆ bump() [2/2]
static FreeList JSC::FreeList::bump |
( |
char * |
payloadEnd, |
|
|
unsigned |
remaining |
|
) |
| |
|
inlinestatic |
◆ dump() [1/2]
void JSC::FreeList::dump |
( |
PrintStream & |
| ) |
const |
◆ dump() [2/2]
void JSC::FreeList::dump |
( |
PrintStream & |
out | ) |
const |
◆ list() [1/2]
◆ list() [2/2]
◆ operator bool() [1/2]
JSC::FreeList::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator bool() [2/2]
JSC::FreeList::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator!=() [1/2]
bool JSC::FreeList::operator!= |
( |
const FreeList & |
other | ) |
const |
|
inline |
◆ operator!=() [2/2]
bool JSC::FreeList::operator!= |
( |
const FreeList & |
other | ) |
const |
|
inline |
◆ operator==() [1/2]
bool JSC::FreeList::operator== |
( |
const FreeList & |
other | ) |
const |
|
inline |
◆ operator==() [2/2]
bool JSC::FreeList::operator== |
( |
const FreeList & |
other | ) |
const |
|
inline |
◆ head
FreeCell * JSC::FreeList::head { nullptr } |
◆ originalSize
unsigned JSC::FreeList::originalSize { 0 } |
◆ payloadEnd
char * JSC::FreeList::payloadEnd { nullptr } |
◆ remaining
unsigned JSC::FreeList::remaining { 0 } |
The documentation for this struct was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/JavaScriptCore.framework/Versions/A/PrivateHeaders/FreeList.h
- Source/JavaScriptCore/heap/FreeList.cpp